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 | 簇絅?? | 111000101100011011100011010001000011111100111111 | e2c6e3443f3f |
EUC-JP | 簇絅?? | 111001001100100011100101101001010011111100111111 | e4c8e5a53f3f |
UTF-8 | 簇絅밤僚 | 111001111011000010000111111001111011010110000101111010111011000010100100111011111010011010111011 | e7b087e7b585ebb0a4efa6bb |
UHC | 簇絅밤僚 | 1111000011101010110011001110011110111001111000111110100011101000 | f0eacce7b9e3e8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)