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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 腴j唇癆我 | 11100100010010101000001010001010100100000100111111100001100101001000100111100100 | e44a828a904fe19489e4 |
EUC-JP | 腴j唇癆我 | 11100111101010111010001111101010101111111011000011100001111101001011001011100110 | e7aba3eabfb0e1f4b2e6 |
UTF-8 | 腴j唇癆我 | 111010001000010110110100111011111011110110001010111001011001010010000111111001111001100110000110111001101000100010010001 | e885b4efbd8ae59487e79986e68891 |
UHC | ?j唇?我 | 0011111110100011111010101111001011000110001111111110010010110010 | 3fa3eaf2c63fe4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)