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 | ???孺 | 0011111100111111001111111001101101111101 | 3f3f3f9b7d |
EUC-JP | 濚??孺 | 10001111110010011010000100111111001111111101010111011110 | 8fc9a13f3fd5de |
UTF-8 | 濚뱀띂孺 | 111001101011111110011010111010111011000110000000111010111001110110000010111001011010110110111010 | e6bf9aebb180eb9d82e5adba |
UHC | 濚뱀띂孺 | 1110011110111001101110011110110010001101101111011110101011101000 | e7b9b9ec8dbdeae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)