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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?船?B | 0011111110010001010001000011111101000010 | 3f91443f42 |
EUC-JP | 饍船?B | 10001111111010001110110111000001101001010011111101000010 | 8fe8edc1a53f42 |
UTF-8 | 饍船橓B | 11101001101001011000110111101000100010001011100111100110101010011001001101000010 | e9a58de888b9e6a99342 |
UHC | 饍船橓B | 11100000110101111110000011001111111000101110010101000010 | e0d7e0cfe2e542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)