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 | 重?燼?該? | 100011110110010000111111111000001001111000111111100010100101100100111111 | 8f643fe09e3f8a593f |
EUC-JP | 重?燼?該? | 101111011100010100111111110111111111111000111111101100111011101000111111 | bdc53fdffe3fb3ba3f |
UTF-8 | 重렮燼렗該렍 | 111010011000011110001101111010111010000010101110111001111000011110111100111010111010000010010111111010001010100110110010111010111010000010001101 | e9878deba0aee787bceba097e8a9b2eba08d |
UHC | 重렮燼렗該렍 | 111100011110110010001110101110111110001111101000100011101010110011111010101100011000111010100011 | f1ec8ebbe3e88eacfab18ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)