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 | 鄒檎セ熊 | 11100111101111101000110011100111101111101000110001000110 | e7be8ce7be8c46 |
EUC-JP | 鄒檎セ熊 | 1110111011000000101110001110100110001110101111101011011110100111 | eec0b8e98ebeb7a7 |
UTF-8 | 鄒檎セ熊 | 111010011000010010010010111001101010101010001110111011111011110110111110111001111000011010001010 | e98492e6aa8eefbdbee7868a |
UHC | 鄒檎?熊 | 11110101110110111101000011010101001111111110101010101000 | f5dbd0d53feaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)