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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蹟??頭? | 10010000110101100011111100111111100100111010101000111111 | 90d63f3f93aa3f |
EUC-JP | 蹟??頭? | 11000000110110000011111100111111110001101010110000111111 | c0d83f3fc6ac3f |
UTF-8 | 蹟펩렧頭稶 | 111010001011100110011111111011011000111010101001111010111010000010100111111010011010000010101101111001111010100010110110 | e8b99fed8ea9eba0a7e9a0ade7a8b6 |
UHC | 蹟펩렧頭稶 | 11101110111001111100011011101001100011101011011011010100111010011110100111110011 | eee7c6e98eb6d4e9e9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)