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 | 諛梧掾 | 111001101000011110001100111001101001110110000001 | e6878ce69d81 |
EUC-JP | 諛梧掾 | 111010111110011110111000111010001101100111100001 | ebe7b8e8d9e1 |
UTF-8 | 諛梧掾 | 111010001010101110011011111001101010001010100111111001101000111010111110 | e8ab9be6a2a7e68ebe |
UHC | 諛梧? | 1110101110110000111001111111110000111111 | ebb0e7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)