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 | 001111111001111111110001100100111111000001000010 | 3f9ff193f042 |
EUC-JP | ?潁汝B | 001111111101111011110011110001101111001001000010 | 3fdef3c6f242 |
UTF-8 | 룷潁汝B | 11101011101000111011011111100110101111011000000111100110101100011001110101000010 | eba3b7e6bd81e6b19d42 |
UHC | 룷潁汝B | 10001111101011001110011110111000111001101010001101000010 | 8face7b8e6a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)