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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 寤??鎰?? | 1001101110001000001111110011111111101000010011000011111100111111 | 9b883f3fe84c3f3f |
EUC-JP | 寤??鎰?? | 1101010111101000001111110011111111101111101011010011111100111111 | d5e83f3fefad3f3f |
UTF-8 | 寤뤿맮鎰먪독 | 111001011010111110100100111010111010010010111111111010111010011110101110111010011000111010110000111010111010100010101010111010111000111110000101 | e5afa4eba4bfeba7aee98eb0eba8aaeb8f85 |
UHC | 寤뤿맮鎰먪독 | 111001111111010110001111111010111001000010110101111011001111000010010000111001111011010110110110 | e7f58feb90b5ecf090e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)