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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 啼攀?? | 100110100110010110011101101100110011111100111111 | 9a659db33f3f |
EUC-JP | 啼攀?? | 110100111100011011011010101101010011111100111111 | d3c6dab53f3f |
UTF-8 | 啼攀렜곁 | 111001011001010110111100111001101001010010000000111010111010000010011100111010101011001110000001 | e595bce69480eba09ceab381 |
UHC | 啼攀렜곁 | 1111000010100110110110101110011110001110101011101011000011100111 | f0a6dae78eaeb0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)