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 | 嚴訝??燧 | 1001101010001110111001100110001000111111001111111110000010011100 | 9a8ee6623f3fe09c |
EUC-JP | 嚴訝??燧 | 1101001111101110111010111100001100111111001111111101111111111100 | d3eeebc33f3fdffc |
UTF-8 | 嚴訝꽞列燧 | 111001011001101010110100111010001010100010011101111010101011110110011110111011111010011010011100111001111000011110100111 | e59ab4e8a89deabd9eefa69ce787a7 |
UHC | 嚴訝꽞列燧 | 11100101111100011110010010111000100001001010101111100110111010101110001010101100 | e5f1e4b884abe6eae2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)