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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驕泌ュォ驕 | 1110100110000001100101001110010110101101101010111110100110000001 | e98194e5adabe981 |
EUC-JP | 驕泌ュォ驕 | 11110001111000011100100011100111100011101010110110001110101010111111000111100001 | f1e1c8e78ead8eabf1e1 |
UTF-8 | 驕泌ュォ驕 | 111010011010100110010101111001101011001110001100111011111011110110101101111011111011110110101011111010011010100110010101 | e9a995e6b38cefbdadefbdabe9a995 |
UHC | 驕泌??驕 | 1100111011110110111110011011001000111111001111111100111011110110 | cef6f9b23f3fcef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)