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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 烏?┷^ | 100010010100011100111111100001001011100001011110 | 89473f84b85e |
EUC-JP | 烏?┷^ | 101100011010100000111111101010001011101001011110 | b1a83fa8ba5e |
UTF-8 | 烏랃┷^ | 11100111100000111000111111101011100111101000001111100010100101001011011101011110 | e7838feb9e83e294b75e |
UHC | 烏랃┷^ | 11101000101000011000110111101111101001101011101001011110 | e8a18defa6ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)