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 | 啼攀? | 1001101001100101100111011011001100111111 | 9a659db33f |
EUC-JP | 啼攀? | 1101001111000110110110101011010100111111 | d3c6dab53f |
UTF-8 | 啼攀렜 | 111001011001010110111100111001101001010010000000111010111010000010011100 | e595bce69480eba09c |
UHC | 啼攀렜 | 111100001010011011011010111001111000111010101110 | f0a6dae78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)