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 | 貂滔摺貂 | 1110011010111000100111111110101110010000101000001110011010111000 | e6b89feb90a0e6b8 |
EUC-JP | 貂滔摺貂 | 1110110010111010110111101110110111000000101000101110110010111010 | ecbadeedc0a2ecba |
UTF-8 | 貂滔摺貂 | 111010001011001010000010111001101011101110010100111001101001000110111010111010001011001010000010 | e8b282e6bb94e691bae8b282 |
UHC | 貂滔摺貂 | 1111010110110000110101001010010111101111110010011111010110110000 | f5b0d4a5efc9f5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)