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 | 衆?蹄?醍 | 1000111101001111001111111001001011111011001111111001000111100111 | 8f4f3f92fb3f91e7 |
EUC-JP | 衆?蹄?醍 | 1011110110110000001111111100010011111101001111111100001011101001 | bdb03fc4fd3fc2e9 |
UTF-8 | 衆렏蹄렧醍 | 111010001010000110000110111010111010000010001111111010001011100110000100111010111010000010100111111010011000011010001101 | e8a186eba08fe8b984eba0a7e9868d |
UHC | 衆렏蹄렧醍 | 11110001111010111000111010100101111100001011010010001110101101101111000010110101 | f1eb8ea5f0b48eb6f0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)