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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 鱈奪卒x | 10010010010011001001001001000100100100011011001001111000 | 924c924491b278 |
EUC-JP | 鱈奪卒x | 11000011101011011100001110100101110000101011010001111000 | c3adc3a5c2b478 |
UTF-8 | 鱈奪卒x | 11101001101100011000100011100101101001011010101011100101100011011001001001111000 | e9b188e5a5aae58d9278 |
UHC | ?奪卒x | 001111111111011110101100111100001110111101111000 | 3ff7acf0ef78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)