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 | 怨???蹇章 | 100010011000010100111111001111110011111111100111010000001000111111001101 | 89853f3f3fe7408fcd |
EUC-JP | 怨???蹇章 | 101100011110010100111111001111110011111111101101101000011011111011001111 | b1e53f3f3feda1becf |
UTF-8 | 怨띳렰명蹇章 | 111001101000000010101000111010111001110110110011111010111010000010110000111010111010101010000101111010001011100110000111111001111010101110100000 | e680a8eb9db3eba0b0ebaa85e8b987e7aba0 |
UHC | 怨띳렰명蹇章 | 111010101011001110110110111100011000111010111101101110001110110111001011111101001110110111110001 | eab3b6f18ebdb8edcbf4edf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)