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 | 犢痰爼 | 111000001011011111100001100000101110000010101010 | e0b7e182e0aa |
EUC-JP | 犢痰爼 | 111000001011100111100001111000101110000010101100 | e0b9e1e2e0ac |
UTF-8 | 犢痰爼 | 111001111000101010100010111001111001011110110000111001111000100010111100 | e78aa2e797b0e788bc |
UHC | 犢痰? | 1101010010111011110100111100001100111111 | d4bbd3c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)