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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 誤???嚥 | 10001100111010110011111100111111001111111001101010001011 | 8ceb3f3f3f9a8b |
EUC-JP | 誤???嚥 | 10111000111011010011111100111111001111111101001111101011 | b8ed3f3f3fd3eb |
UTF-8 | 誤곊룸븴嚥 | 111010001010101010100100111010101011001110001010111010111010001110111000111010111011100010110100111001011001101010100101 | e8aaa4eab38aeba3b8ebb8b4e59aa5 |
UHC | 誤곊룸븴嚥 | 11101000101001101000000111001110101101111110101110010101100111011110011010111111 | e8a681ceb7eb959de6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)