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 | 嚥??萸? | 10011010100010110011111100111111111001001100111000111111 | 9a8b3f3fe4ce3f |
EUC-JP | 嚥??萸? | 11010011111010110011111100111111111010001101000000111111 | d3eb3f3fe8d03f |
UTF-8 | 嚥싢뫖萸욘 | 111001011001101010100101111011001000101110100010111010111010101110010110111010001001000010111000111011001001101010011000 | e59aa5ec8ba2ebab96e890b8ec9a98 |
UHC | 嚥싢뫖萸욘 | 11100110101111111001101011100010100100011011100011101011101011011011111111100110 | e6bf9ae291b8ebadbfe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)