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 | 熊?志? | 100011000100011000111111100011100111010100111111 | 8c463f8e753f |
EUC-JP | 熊?志? | 101101111010011100111111101110111101011000111111 | b7a73fbbd63f |
UTF-8 | 熊렮志렞 | 111001111000011010001010111010111010000010101110111001011011111110010111111010111010000010011110 | e7868aeba0aee5bf97eba09e |
UHC | 熊렮志렞 | 1110101010101000100011101011101111110010101001001000111010101111 | eaa88ebbf2a48eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)