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 | 肄????肄 | 1110001111100101001111110011111100111111001111111110001111100101 | e3e53f3f3f3fe3e5 |
EUC-JP | 肄????肄 | 1110011011100111001111110011111100111111001111111110011011100111 | e6e73f3f3f3fe6e7 |
UTF-8 | 肄펨렔띌嵐肄 | 111010001000001010000100111011011000111010101000111010111010000010010100111010111001110110001100111011111010010010100001111010001000001010000100 | e88284ed8ea8eba094eb9d8cefa4a1e88284 |
UHC | 肄펨렔띌嵐肄 | 111011001011110111000110111010001000111010101001101101101110100111010001111101101110110010111101 | ecbdc6e88ea9b6e9d1f6ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)