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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昊簫妹 | 100111011101110111100010110100101001011010000101 | 9ddde2d29685 |
EUC-JP | 昊簫妹 | 110110101101111111100100110101001100101111100101 | dadfe4d4cbe5 |
UTF-8 | 昊簫妹 | 111001101001100010001010111001111011000010101011111001011010011010111001 | e6988ae7b0abe5a6b9 |
UHC | 昊簫妹 | 111110111100010011100001110001111101100011011001 | fbc4e1c7d8d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)