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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 횣챨횁챈횆첵 | 111011011001101010100011111011001011000110101000111011011001101010000001111011001011000110001000111011011001101010000110111011001011001010110101 | ed9aa3ecb1a8ed9a81ecb188ed9a86ecb2b5 |
UHC | 횣챨횁챈횆첵 | 110000111001101011000011101100001100001110000001110000111010011011000011100001001100001110111101 | c39ac3b0c381c3a6c384c3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)