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 | ???_???} | 0011111100111111001111110101111100111111001111110011111101111101 | 3f3f3f5f3f3f3f7d |
SJIS-WIN | ???_???} | 0011111100111111001111110101111100111111001111110011111101111101 | 3f3f3f5f3f3f3f7d |
EUC-JP | ???_???} | 0011111100111111001111110101111100111111001111110011111101111101 | 3f3f3f5f3f3f3f7d |
UTF-8 | 채혺혯_혰쨋혧} | 1110110010110001100001001110110110011000101110101110110110011000101011110101111111101101100110001011000011101100101010001000101111101101100110001010011101111101 | ecb184ed98baed98af5fed98b0eca88bed98a77d |
UHC | 채혺혯_혰쨋혧} | 1100001110100100110000101001111111000010100101100101111111000010100101111100001010110110110000101000111101111101 | c3a4c29fc2965fc297c2b6c28f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)