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 | ??????^? | 0011111100111111001111110011111100111111001111110101111000111111 | 3f3f3f3f3f3f5e3f |
SJIS-WIN | ??????^? | 0011111100111111001111110011111100111111001111110101111000111111 | 3f3f3f3f3f3f5e3f |
EUC-JP | ??????^? | 0011111100111111001111110011111100111111001111110101111000111111 | 3f3f3f3f3f3f5e3f |
UTF-8 | 챈쨘혨챈혞혺^챌 | 11101100101100011000100011101100101010001001100011101101100110001010100011101100101100011000100011101101100110001001111011101101100110001011101001011110111011001011000110001100 | ecb188eca898ed98a8ecb188ed989eed98ba5eecb18c |
UHC | 챈쨘혨챈혞혺^챌 | 110000111010011011000010101110101100001010010000110000111010011011000010100010001100001010011111010111101100001110100111 | c3a6c2bac290c3a6c288c29f5ec3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)