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 | 牴蓚蓁 | 111000001011000011100100111010011110010011101011 | e0b0e4e9e4eb |
EUC-JP | 牴蓚蓁 | 111000001011001011101000111010111110100011101101 | e0b2e8ebe8ed |
UTF-8 | 牴蓚蓁 | 111001111000100110110100111010001001001110011010111010001001001110000001 | e789b4e8939ae89381 |
UHC | ?蓚? | 00111111111000101011111000111111 | 3fe2be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)