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 | 逋懃劼^ | 11100111100110011001110011100111100110011010001001011110 | e7999ce799a25e |
EUC-JP | 逋懃劼^ | 11101101111110011101100011101001110100101010010001011110 | edf9d8e9d2a45e |
UTF-8 | 逋懃劼^ | 11101001100000001000101111100110100001111000001111100101100010101011110001011110 | e9808be68783e58abc5e |
UHC | 逋懃?^ | 111110001110011111010000110001000011111101011110 | f8e7d0c43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)