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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 爺?爺?^ | 10010110111010100011111110010110111010100011111101011110 | 96ea3f96ea3f5e |
EUC-JP | 爺?爺?^ | 11001100111011000011111111001100111011000011111101011110 | ccec3fccec3f5e |
UTF-8 | 爺뻃爺뻃^ | 11100111100010001011101011101011101110111000001111100111100010001011101011101011101110111000001101011110 | e788baebbb83e788baebbb835e |
UHC | 爺뻃爺뻃^ | 111001011010110010010110010011001110010110101100100101100100110001011110 | e5ac964ce5ac964c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)