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 | 瞳愁?瞳 | 10010011101101011000111101000100001111111001001110110101 | 93b58f443f93b5 |
EUC-JP | 瞳愁?瞳 | 11000110101101111011110110100101001111111100011010110111 | c6b7bda53fc6b7 |
UTF-8 | 瞳愁깹瞳 | 111001111001111010110011111001101000010010000001111010101011100110111001111001111001111010110011 | e79eb3e68481eab9b9e79eb3 |
UHC | 瞳愁깹瞳 | 1101010011011010111000011111111010110010101000011101010011011010 | d4dae1feb2a1d4da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)