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 | 雋搾シ | 1110100010110010100011011110111110111100 | e8b28defbc |
EUC-JP | 雋搾シ | 111100001011010010111010111100011000111010111100 | f0b4baf18ebc |
UTF-8 | 雋搾シ | 111010011001101110001011111001101001000010111110111011111011110110111100 | e99b8be690beefbdbc |
UHC | 雋搾? | 1111000111100110111100111011011000111111 | f1e6f3b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)