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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 諄穗^ | 1110011001111000111000100110111001011110 | e678e26e5e |
EUC-JP | 諄穗^ | 1110101111011001111000111100111101011110 | ebd9e3cf5e |
UTF-8 | 諄穗^ | 11101000101010111000010011100111101010011001011101011110 | e8ab84e7a9975e |
UHC | 諄穗^ | 1110001011110100111000101011010001011110 | e2f4e2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)