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 | 揃則側 | 100100011011010110010001101001011001000110100100 | 91b591a591a4 |
EUC-JP | 揃則側 | 110000101011011111000010101001111100001010100110 | c2b7c2a7c2a6 |
UTF-8 | 揃則側 | 111001101000111110000011111001011000100110000111111001011000000110110100 | e68f83e58987e581b4 |
UHC | ?則側 | 0011111111110110110011101111011010110000 | 3ff6cef6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)