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 | 五??循?暎 | 100011001101110000111111001111111000111101111010001111111001110111110011 | 8cdc3f3f8f7a3f9df3 |
EUC-JP | 五??循?暎 | 101110001101111000111111001111111011110111011011001111111101101011110101 | b8de3f3fbddb3fdaf5 |
UTF-8 | 五믥릡循찥暎 | 111001001011101010010100111010111010111110100101111010111010011010100001111001011011111010101010111011001011000010100101111001101001101010001110 | e4ba94ebafa5eba6a1e5beaaecb0a5e69a8e |
UHC | 五믥릡循찥暎 | 111001111110100110010010111001111001000010000011111000101110000010101010010000011110011110110010 | e7e992e79083e2e0aa41e7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)