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 | 蟠ソ雎撰スェ | 111001011011010010111111111010001011000110010000111011111011110110101010 | e5b4bfe8b190efbdaa |
EUC-JP | 蟠ソ雎撰スェ | 111010101011011010001110101111111111000010110011110000001111000110001110101111011000111010101010 | eab68ebff0b3c0f18ebd8eaa |
UTF-8 | 蟠ソ雎撰スェ | 111010001001111110100000111011111011110110111111111010011001101110001110111001101001001010110000111011111011110110111101111011111011110110101010 | e89fa0efbdbfe99b8ee692b0efbdbdefbdaa |
UHC | 蟠?雎撰?? | 110110101111011000111111111011101101000111110011101111000011111100111111 | daf63feed1f3bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)