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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薐玖娼蟆 | 1110010101010010100010111110100010001111101010011110010110110000 | e5528be88fa9e5b0 |
EUC-JP | 薐玖娼蟆 | 1110100110110011101101101110101010111110101010111110101010110010 | e9b3b6eabeabeab2 |
UTF-8 | 薐玖娼蟆 | 111010001001011010010000111001111000111010010110111001011010100010111100111010001001111110000110 | e89690e78e96e5a8bce89f86 |
UHC | ?玖娼? | 001111111100111110111000111100111101111000111111 | 3fcfb8f3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)