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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聿埼瑳 | 111000111110010010001101111010011000110110111010 | e3e48de98dba |
EUC-JP | 聿埼瑳 | 111001101110011010111010111010111011101010111100 | e6e6baebbabc |
UTF-8 | 聿埼瑳 | 111010001000000110111111111001011001111110111100111001111001000110110011 | e881bfe59fbce791b3 |
UHC | 聿埼? | 1110101111010011110100001111001000111111 | ebd3d0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)