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 | 韆ニ骼ッ「 | 11101000111001101100011011101001100011101010111110100010 | e8e6c6e98eafa2 |
EUC-JP | 韆ニ骼ッ「 | 11110000111010001000111011000110111100011110111010001110101011111000111010100010 | f0e88ec6f1ee8eaf8ea2 |
UTF-8 | 韆ニ骼ッ「 | 111010011001111110000110111011111011111010000110111010011010101010111100111011111011110110101111111011111011110110100010 | e99f86efbe86e9aabcefbdafefbda2 |
UHC | 韆???? | 111101001100011100111111001111110011111100111111 | f4c73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)