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 | ?想? | 00111111100100010111101000111111 | 3f917a3f |
EUC-JP | 鉥想? | 100011111110001111101000110000011101101100111111 | 8fe3e8c1db3f |
UTF-8 | 鉥想먦 | 111010011000100110100101111001101000001110110011111010111010100010100110 | e989a5e683b3eba8a6 |
UHC | 鉥想먦 | 111000101111110011011111110011001001000011100011 | e2fcdfcc90e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)