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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 聿笈燦蕈 | 1110001111100100100010111000100010001110010101111110010011111100 | e3e48b888e57e4fc |
EUC-JP | 聿笈燦蕈 | 1110011011100110101101011110100010111011101110001110100011111110 | e6e6b5e8bbb8e8fe |
UTF-8 | 聿笈燦蕈 | 111010001000000110111111111001111010110010001000111001111000011110100110111010001001010110001000 | e881bfe7ac88e787a6e89588 |
UHC | 聿?燦? | 111010111101001100111111111100111011111000111111 | ebd33ff3be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)