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 | ???閑 | 0011111100111111001111111000101011010101 | 3f3f3f8ad5 |
EUC-JP | 芩??閑 | 10001111110101111100001100111111001111111011010011010111 | 8fd7c33f3fb4d7 |
UTF-8 | 芩좟뤒閑 | 111010001000101010101001111011001010001010011111111010111010010010010010111010011001011010010001 | e88aa9eca29feba492e99691 |
UHC | 芩좟뤒閑 | 1101000011011001110000011100011010001111110000101111100111011000 | d0d9c1c68fc2f9d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)