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 | 諛梧ヲ | 1110011010000111100011001110011010100110 | e6878ce6a6 |
EUC-JP | 諛梧ヲ | 111010111110011110111000111010001000111010100110 | ebe7b8e88ea6 |
UTF-8 | 諛梧ヲ | 111010001010101110011011111001101010001010100111111011111011110110100110 | e8ab9be6a2a7efbda6 |
UHC | 諛梧? | 1110101110110000111001111111110000111111 | ebb0e7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)