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 | ??杷も? | 00111111001111111001010001100110100000101110000000111111 | 3f3f946682e03f |
EUC-JP | ??杷も? | 00111111001111111100011111000111101001001110001000111111 | 3f3fc7c7a4e23f |
UTF-8 | 룶뇟杷も룶 | 111010111010001110110110111010111000011110011111111001101001110110110111111000111000001010000010111010111010001110110110 | eba3b6eb879fe69db7e38282eba3b6 |
UHC | 룶뇟杷も룶 | 10001111101010111011010010100001111101111110110110101010111000101000111110101011 | 8fabb4a1f7edaae28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)