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 | 貅晉寢貅 | 1110011010111010100111011110011110011011100010101110011010111010 | e6ba9de79b8ae6ba |
EUC-JP | 貅晉寢貅 | 1110110010111100110110101110100111010101111010101110110010111100 | ecbcdae9d5eaecbc |
UTF-8 | 貅晉寢貅 | 111010001011001010000101111001101001100110001001111001011010111110100010111010001011001010000101 | e8b285e69989e5afa2e8b285 |
UHC | ?晉寢? | 001111111111001011001011111101101101011000111111 | 3ff2cbf6d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)