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 | 軸紗セ | 1000111010110010100011101101000110111110 | 8eb28ed1be |
EUC-JP | 軸紗セ | 101111001011010010111100110100111000111010111110 | bcb4bcd38ebe |
UTF-8 | 軸紗セ | 111010001011101110111000111001111011010010010111111011111011110110111110 | e8bbb8e7b497efbdbe |
UHC | 軸紗? | 1111010111101110110111101110100100111111 | f5eedee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)