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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 訂絲? | 1001001011111001111000110100111000111111 | 92f9e34e3f |
EUC-JP | 訂絲? | 1100010011111011111001011010111100111111 | c4fbe5af3f |
UTF-8 | 訂絲렍 | 111010001010100010000010111001111011010110110010111010111010000010001101 | e8a882e7b5b2eba08d |
UHC | 訂絲렍 | 111011111111010011011110111010101000111010100011 | eff4deea8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)