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 | 逋ー霆紀 | 11100111100110011011000011101000101110111000101101001001 | e799b0e8bb8b49 |
EUC-JP | 逋ー霆紀 | 1110110111111001100011101011000011110000101111011011010110101010 | edf98eb0f0bdb5aa |
UTF-8 | 逋ー霆紀 | 111010011000000010001011111011111011110110110000111010011001110010000110111001111011010010000000 | e9808befbdb0e99c86e7b480 |
UHC | 逋?霆紀 | 11111000111001110011111111101111111111011101000110111010 | f8e73feffdd1ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)