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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 釤雫[釤雫[^ | 1111101110111111100011101011010001011011111110111011111110001110101101000101101101011110 | fbbf8eb45bfbbf8eb45b5e |
EUC-JP | 釤雫[釤雫[^ | 10001111111000111010101010111100101101100101101110001111111000111010101010111100101101100101101101011110 | 8fe3aabcb65b8fe3aabcb65b5e |
UTF-8 | 釤雫[釤雫[^ | 111010011000011110100100111010011001101110101011010110111110100110000111101001001110100110011011101010110101101101011110 | e987a4e99bab5be987a4e99bab5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)