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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驕比ソ苓セー | 111010011000000110010100111001001011111110010111111010001011111010110000 | e98194e4bf97e8beb0 |
EUC-JP | 驕比ソ苓セー | 111100011110000111001000111001101000111010111111110011101110101010001110101111101000111010110000 | f1e1c8e68ebfceea8ebe8eb0 |
UTF-8 | 驕比ソ苓セー | 111010011010100110010101111001101010111110010100111011111011110110111111111010001000101110010011111011111011110110111110111011111011110110110000 | e9a995e6af94efbdbfe88b93efbdbeefbdb0 |
UHC | 驕比???? | 1100111011110110110111011110111100111111001111110011111100111111 | cef6ddef3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)