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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冶⑤?蘂?? | 100101101110100010000111010001000011111111100101010000010011111100111111 | 96e887443fe5413f3f |
EUC-JP | 冶??蘂?? | 1100110011101010001111110011111111101001101000100011111100111111 | ccea3f3fe9a23f3f |
UTF-8 | 冶⑤젗蘂노젵 | 111001011000011010110110111000101001000110100100111011001010000010010111111010001001100010000010111010111000010110111000111011001010000010110101 | e586b6e291a4eca097e89882eb85b8eca0b5 |
UHC | 冶⑤젗蘂노젵 | 111001011010011110101000111010111010000010010011111001111101111010110011111010111010000010101001 | e5a7a8eba093e7deb3eba0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)