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 | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
UTF-8 | 횛횒횧짝챔횩nB | 1110110110011010100110111110110110011010100100101110110110011010101001111110110010100111100111011110110010110001100101001110110110011010101010010110111001000010 | ed9a9bed9a92ed9aa7eca79decb194ed9aa96e42 |
UHC | 횛횒횧짝챔횩nB | 1100001110010101110000111000110111000011100111101100001010100110110000111010100011000011100111110110111001000010 | c395c38dc39ec2a6c3a8c39f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)