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 | ???????o | 0011111100111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f3f6f |
SJIS-WIN | ???????o | 0011111100111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f3f6f |
EUC-JP | ???????o | 0011111100111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f3f6f |
UTF-8 | 챦짝혝횗혚횇혗o | 11101100101100011010011011101100101001111001110111101101100110001001110111101101100110101001011111101101100110001001101011101101100110101000011111101101100110001001011101101111 | ecb1a6eca79ded989ded9a97ed989aed9a87ed98976f |
UHC | 챦짝혝횗혚횇혗o | 110000111010111111000010101001101100001010000111110000111001000111000010100001011100001110000101110000101000001001101111 | c3afc2a6c287c391c285c385c2826f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)