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 | 鉉堤帥 | 111001111110100110010010111001111001000010000011 | e7e992e79083 |
EUC-JP | 鉉堤帥 | 111011101110101111000100111010011011111111100011 | eeebc4e9bfe3 |
UTF-8 | 鉉堤帥 | 111010011000100110001001111001011010000010100100111001011011100010100101 | e98989e5a0a4e5b8a5 |
UHC | 鉉堤帥 | 111110101110100011110000101001111110000111111101 | fae8f0a7e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)