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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????h? | 00111111001111110011111100111111100000101000100000111111 | 3f3f3f3f82883f |
EUC-JP | ???靷h? | 001111110011111100111111100011111110011110111101101000111110100000111111 | 3f3f3f8fe7bda3e83f |
UTF-8 | 烈ㅻ뿥靷h뇛 | 111011111010011010011111111000111000010110111011111010111011111110100101111010011001110110110111111011111011110110001000111010111000011110011011 | efa69fe385bbebbfa5e99db7efbd88eb879b |
UHC | 烈ㅻ뿥靷h뇛 | 111001101110111110100100111010111001011110100101111011001110011010100011111010001000011110000110 | e6efa4eb97a5ece6a3e88786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)