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 | ??舒鈑 | 001111110011111110011000101011101110011111100101 | 3f3f98aee7e5 |
EUC-JP | ??舒鈑 | 001111110011111111010000101100001110111011100111 | 3f3fd0b0eee7 |
UTF-8 | 룶뇟舒鈑 | 111010111010001110110110111010111000011110011111111010001000100010010010111010011000100010010001 | eba3b6eb879fe88892e98891 |
UHC | 룶뇟舒鈑 | 1000111110101011101101001010000111100000101000101111011111111110 | 8fabb4a1e0a2f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)