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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?彧???^ | 00111111111110101011100100111111001111110011111101011110 | 3ffab93f3f3f5e |
EUC-JP | ?彧???^ | 0011111110001111101111001111111000111111001111110011111101011110 | 3f8fbcfe3f3f3f5e |
UTF-8 | 렱彧롏센섈^ | 11101011101000001011000111100101101111011010011111101011101000011000111111101100100001001011110011101100100001001000100001011110 | eba0b1e5bda7eba18fec84bcec84885e |
UHC | 렱彧롏센섈^ | 1000111010111110111010011110111010001110110101011011110010111110101111001010101001011110 | 8ebee9ee8ed5bcbebcaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)