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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??桀B | 0011111100111111100111100111101101000010 | 3f3f9e7b42 |
EUC-JP | ??桀B | 0011111100111111110110111101110001000010 | 3f3fdbdc42 |
UTF-8 | 欌쾡桀B | 11100110101011001000110011101100101111101010000111100110101000011000000001000010 | e6ac8cecbea1e6a18042 |
UHC | 欌쾡桀B | 11101101111010111100010011101001110010111111101001000010 | edebc4e9cbfa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)