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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ぁ綢 | 0011111100111111001111110011111110000010100111111110001101100001 | 3f3f3f3f829fe361 |
EUC-JP | ????ぁ綢 | 0011111100111111001111110011111110100100101000011110010111000010 | 3f3f3f3fa4a1e5c2 |
UTF-8 | 룶킃㈛룵ぁ綢 | 111010111010001110110110111011011000001010000011111000111000100010011011111010111010001110110101111000111000000110000001111001111011011010100010 | eba3b6ed8283e3889beba3b5e38181e7b6a2 |
UHC | 룶킃㈛룵ぁ綢 | 100011111010101110110100100011111010100111001100100011111010101010101010101000011111000111000110 | 8fabb48fa9cc8faaaaa1f1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)