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 | ?????^?} | 0011111100111111001111110011111100111111010111100011111101111101 | 3f3f3f3f3f5e3f7d |
SJIS-WIN | ?????^?} | 0011111100111111001111110011111100111111010111100011111101111101 | 3f3f3f3f3f5e3f7d |
EUC-JP | ?????^?} | 0011111100111111001111110011111100111111010111100011111101111101 | 3f3f3f3f3f5e3f7d |
UTF-8 | 찾채혞채혥^채} | 1110110010110000101111101110110010110001100001001110110110011000100111101110110010110001100001001110110110011000101001010101111011101100101100011000010001111101 | ecb0beecb184ed989eecb184ed98a55eecb1847d |
UHC | 찾채혞채혥^채} | 1100001110100011110000111010010011000010100010001100001110100100110000101000110101011110110000111010010001111101 | c3a3c3a4c288c3a4c28d5ec3a47d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)