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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?悸鋿 | 0011111110011100101001111111101111011100 | 3f9ca7fbdc |
EUC-JP | 湗悸鋿 | 1000111111000111111110111101100010101001100011111110010011010010 | 8fc7fbd8a98fe4d2 |
UTF-8 | 湗悸鋿 | 111001101011100110010111111001101000001010111000111010011000101110111111 | e6b997e682b8e98bbf |
UHC | ?悸? | 00111111110011001111101100111111 | 3fccfb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)