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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 寤ν?] | 100110111000100010000011110010110011111101011101 | 9b8883cb3f5d |
EUC-JP | 寤ν?] | 110101011110100010100110110011010011111101011101 | d5e8a6cd3f5d |
UTF-8 | 寤ν릢] | 111001011010111110100100110011101011110111101011101001101010001001011101 | e5afa4cebdeba6a25d |
UHC | 寤ν릢] | 11100111111101011010010111101101100100001000010001011101 | e7f5a5ed90845d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)