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 | ???雙^ | 001111110011111100111111100110011101010001011110 | 3f3f3f99d45e |
EUC-JP | ???雙^ | 001111110011111100111111110100101101011001011110 | 3f3f3fd2d65e |
UTF-8 | 댣먤댣雙^ | 11101011100011001010001111101011101010001010010011101011100011001010001111101001100110111001100101011110 | eb8ca3eba8a4eb8ca3e99b995e |
UHC | 댣먤댣雙^ | 100010001100011010010000111000011000100011000110111001001010101001011110 | 88c690e188c6e4aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)