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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈊ワ洄ヲ昭 | 1111101111000011110111001111101011111010101001101000111110111010 | fbc3dcfafaa68fba |
EUC-JP | 鈊ワ洄ヲ昭 | 100011111110001110111111100011101101110010001111110001111010101110001110101001101011111010111100 | 8fe3bf8edc8fc7ab8ea6bebc |
UTF-8 | 鈊ワ洄ヲ昭 | 111010011000100010001010111011111011111010011100111001101011010010000100111011111011110110100110111001101001100010101101 | e9888aefbe9ce6b484efbda6e698ad |
UHC | ????昭 | 001111110011111100111111001111111110000110111001 | 3f3f3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)