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 | ?????F?\ | 0011111100111111001111110011111100111111010001100011111101011100 | 3f3f3f3f3f463f5c |
SJIS-WIN | ?????F?\ | 0011111100111111001111110011111100111111010001100011111101011100 | 3f3f3f3f3f463f5c |
EUC-JP | ?????F?\ | 0011111100111111001111110011111100111111010001100011111101011100 | 3f3f3f3f3f463f5c |
UTF-8 | 채혻혨혟혡F채\ | 1110110010110001100001001110110110011000101110111110110110011000101010001110110110011000100111111110110110011000101000010100011011101100101100011000010001011100 | ecb184ed98bbed98a8ed989fed98a146ecb1845c |
UHC | 채혻혨혟혡F채\ | 1100001110100100110000101010000011000010100100001100001010001001110000101000101001000110110000111010010001011100 | c3a4c2a0c290c289c28a46c3a45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)