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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴟失鶯辞 | 1110100111110100100011101011100011101001111100101000111010101011 | e9f48eb8e9f28eab |
EUC-JP | 鴟失鶯辞 | 1111001011110110101111001011101011110010111101001011110010101101 | f2f6bcbaf2f4bcad |
UTF-8 | 鴟失鶯辞 | 111010011011010010011111111001011010010010110001111010011011011010101111111010001011111010011110 | e9b49fe5a4b1e9b6afe8be9e |
UHC | ?失鶯? | 001111111110001111110111111001011010001100111111 | 3fe3f7e5a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)