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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 裝?裝?B | 11100101111001000011111111100101111001000011111101000010 | e5e43fe5e43f42 |
EUC-JP | 裝?裝?B | 11101010111001100011111111101010111001100011111101000010 | eae63feae63f42 |
UTF-8 | 裝뇁裝뇁B | 11101000101000111001110111101011100001111000000111101000101000111001110111101011100001111000000101000010 | e8a39deb8781e8a39deb878142 |
UHC | 裝뇁裝뇁B | 111011011111101110000111011010011110110111111011100001110110100101000010 | edfb8769edfb876942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)