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 | 奪贈測鱈 | 1001001001000100100100011010000110010001101010101001001001001100 | 924491a191aa924c |
EUC-JP | 奪贈測鱈 | 1100001110100101110000101010001111000010101011001100001110101101 | c3a5c2a3c2acc3ad |
UTF-8 | 奪贈測鱈 | 111001011010010110101010111010001011010010001000111001101011100010101100111010011011000110001000 | e5a5aae8b488e6b8ace9b188 |
UHC | 奪贈測? | 11110111101011001111000111111100111101101011010000111111 | f7acf1fcf6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)