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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顎?? | 10001010011110110011111100111111 | 8a7b3f3f |
EUC-JP | 顎?? | 10110011110111000011111100111111 | b3dc3f3f |
UTF-8 | 顎롉렲 | 111010011010000110001110111010111010000110001001111010111010000010110010 | e9a18eeba189eba0b2 |
UHC | 顎롉렲 | 111001001100100110001110110011111000111010111111 | e4c98ecf8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)