To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
EUC-JP | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
UTF-8 | 횄쨩횄혙횄짢V | 11101101100110101000010011101100101010001010100111101101100110101000010011101101100110001001100111101101100110101000010011101100101001111010001001010110 | ed9a84eca8a9ed9a84ed9899ed9a84eca7a256 |
UHC | 횄쨩횄혙횄짢V | 11000011100000111100001010111011110000111000001111000010100001001100001110000011110000101010100001010110 | c383c2bbc383c284c383c2a856 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)