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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 驕托スシh驕 | 111010011000000110010001111011111011110110111100011010001110100110000001 | e98191efbdbc68e981 |
EUC-JP | 驕托スシh驕 | 1111000111100001110000101111000110001110101111011000111010111100011010001111000111100001 | f1e1c2f18ebd8ebc68f1e1 |
UTF-8 | 驕托スシh驕 | 11101001101010011001010111100110100010011001100011101111101111011011110111101111101111011011110001101000111010011010100110010101 | e9a995e68998efbdbdefbdbc68e9a995 |
UHC | 驕托??h驕 | 110011101111011011110110111101010011111100111111011010001100111011110110 | cef6f6f53f3f68cef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)