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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?嵩筒h | 001111111001000010010011100100111001101101101000 | 3f9093939b68 |
EUC-JP | ?嵩筒h | 001111111011111111110011110001011111101101101000 | 3fbff3c5fb68 |
UTF-8 | 룶嵩筒h | 11101011101000111011011011100101101101011010100111100111101011011001001001101000 | eba3b6e5b5a9e7ad9268 |
UHC | 룶嵩筒h | 10001111101010111110001110100001111101111101010101101000 | 8fabe3a1f7d568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)