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 | 秘摺漲 | 100101001110100110010000101000001001111111111011 | 94e990a09ffb |
EUC-JP | 秘摺漲 | 110010001110101111000000101000101101111011111101 | c8ebc0a2defd |
UTF-8 | 秘摺漲 | 111001111010011110011000111001101001000110111010111001101011110010110010 | e7a798e691bae6bcb2 |
UHC | 秘摺漲 | 110111011111101011101111110010011111001111101000 | ddfaefc9f3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)