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 | 1110001001101110001111110011111101000010 | e26e3f3f42 |
EUC-JP | 穗??B | 1110001111001111001111110011111101000010 | e3cf3f3f42 |
UTF-8 | 穗곩뒶B | 11100111101010011001011111101010101100111010100111101011100100101011011001000010 | e7a997eab3a9eb92b642 |
UHC | 穗곩뒶B | 11100010101101001000000111100101100010101010111001000010 | e2b481e58aae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)