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 | 犢珥爼 | 111000001011011111100000111000001110000010101010 | e0b7e0e0e0aa |
EUC-JP | 犢珥爼 | 111000001011100111100000111000101110000010101100 | e0b9e0e2e0ac |
UTF-8 | 犢珥爼 | 111001111000101010100010111001111000111110100101111001111000100010111100 | e78aa2e78fa5e788bc |
UHC | 犢珥? | 1101010010111011111011001011010000111111 | d4bbecb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)