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 | 壓訛? | 1001101011011000111001100110000100111111 | 9ad8e6613f |
EUC-JP | 壓訛唵 | 11010100110110101110101111000010100011111011010111010001 | d4daebc28fb5d1 |
UTF-8 | 壓訛唵 | 111001011010001110010011111010001010100010011011111001011001010010110101 | e5a393e8a89be594b5 |
UHC | 壓訛唵 | 111001001110001011101000110001011110010011011010 | e4e2e8c5e4da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)