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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??額??額^ | 001111110011111110001010011110100011111100111111100010100111101001011110 | 3f3f8a7a3f3f8a7a5e |
EUC-JP | ??額??額^ | 001111110011111110110011110110110011111100111111101100111101101101011110 | 3f3fb3db3f3fb3db5e |
UTF-8 | 몔뺲額몔뺲額^ | 11101011101010101001010011101011101110101011001011101001101000011000110111101011101010101001010011101011101110101011001011101001101000011000110101011110 | ebaa94ebbab2e9a18debaa94ebbab2e9a18d5e |
UHC | 몔뺲額몔뺲額^ | 10010001100000101001010111111001111001001111111010010001100000101001010111111001111001001111111001011110 | 918295f9e4fe918295f9e4fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)