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 | ???琮?? | 00111111001111110011111111111011011010100011111100111111 | 3f3f3ffb6a3f3f |
EUC-JP | 塡??琮?雩 | 100011111011100010110100001111110011111110001111110011001011001000111111100011111110011011111010 | 8fb8b43f3f8fccb23f8fe6fa |
UTF-8 | 塡뷴룻琮렡雩 | 111001011010000110100001111010111011011110110100111010111010001110111011111001111001000010101110111010111010000010100001111010011001101110101001 | e5a1a1ebb7b4eba3bbe790aeeba0a1e99ba9 |
UHC | 塡뷴룻琮렡雩 | 111011101111001110111010111001011011011111101101111100001111100110001110101100101110100111101100 | eef3bae5b7edf0f98eb2e9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)