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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??杷ひ? | 00111111001111111001010001100110100000101101000000111111 | 3f3f946682d03f |
EUC-JP | ??杷ひ? | 00111111001111111100011111000111101001001101001000111111 | 3f3fc7c7a4d23f |
UTF-8 | 룶뇟杷ひ룶 | 111010111010001110110110111010111000011110011111111001101001110110110111111000111000000110110010111010111010001110110110 | eba3b6eb879fe69db7e381b2eba3b6 |
UHC | 룶뇟杷ひ룶 | 10001111101010111011010010100001111101111110110110101010110100101000111110101011 | 8fabb4a1f7edaad28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)