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 | 牴蓚 | 111000001011000011100100111010011111011110101111 | e0b0e4e9f7af |
EUC-JP | 牴蓚? | 1110000010110010111010001110101100111111 | e0b2e8eb3f |
UTF-8 | 牴蓚 | 111001111000100110110100111010001001001110011010111011101001011010010010 | e789b4e8939aee9692 |
UHC | ?蓚? | 00111111111000101011111000111111 | 3fe2be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)