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 | 牴蓚狃 | 111000001011000011100100111010011110000010111011 | e0b0e4e9e0bb |
EUC-JP | 牴蓚狃 | 111000001011001011101000111010111110000010111101 | e0b2e8ebe0bd |
UTF-8 | 牴蓚狃 | 111001111000100110110100111010001001001110011010111001111000101110000011 | e789b4e8939ae78b83 |
UHC | ?蓚? | 00111111111000101011111000111111 | 3fe2be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)