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 | ???{???h | 0011111100111111001111110111101100111111001111110011111101101000 | 3f3f3f7b3f3f3f68 |
SJIS-WIN | ???{???h | 0011111100111111001111110111101100111111001111110011111101101000 | 3f3f3f7b3f3f3f68 |
EUC-JP | ???{???h | 0011111100111111001111110111101100111111001111110011111101101000 | 3f3f3f7b3f3f3f68 |
UTF-8 | 묷뫌뫛{묷뫌뫛h | 1110101110101100101101111110101110101011100011001110101110101011100110110111101111101011101011001011011111101011101010111000110011101011101010111001101101101000 | ebacb7ebab8cebab9b7bebacb7ebab8cebab9b68 |
UHC | 묷뫌뫛{묷뫌뫛h | 1001001001001011100100011010111010010001101110110111101110010010010010111001000110101110100100011011101101101000 | 924b91ae91bb7b924b91ae91bb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)