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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 淼堀 | 11111011010001011001011001111000 | fb459678 |
EUC-JP | 淼堀 | 1000111111000111111001101100101111011001 | 8fc7e6cbd9 |
UTF-8 | 淼堀 | 111001101011011110111100111001011010000010000000 | e6b7bce5a080 |
UHC | ?堀 | 001111111100111111011100 | 3fcfdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)