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 | 歪??奬 | 100110000110001100111111001111111001101011111011 | 98633f3f9afb |
EUC-JP | 歪??奬 | 110011111100010000111111001111111101010011111101 | cfc43f3fd4fd |
UTF-8 | 歪귨풕奬 | 111001101010110110101010111010101011011110101000111011011001001010010101111001011010010110101100 | e6adaaeab7a8ed9295e5a5ac |
UHC | 歪귨풕奬 | 1110100011100000100000101110111110111110100110001110110111100001 | e8e082efbe98ede1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)