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 | 訖玖綾 | 111001100101111010001011111010001000100010111011 | e65e8be888bb |
EUC-JP | 訖玖綾 | 111010111011111110110110111010101011000010111101 | ebbfb6eab0bd |
UTF-8 | 訖玖綾 | 111010001010100010010110111001111000111010010110111001111011011010111110 | e8a896e78e96e7b6be |
UHC | 訖玖綾 | 111111011110000111001111101110001101011111010011 | fde1cfb8d7d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)