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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 厓ф | 11111010100011011000010010000110 | fa8d8486 |
EUC-JP | 厓ф | 1000111110110100110001111010011111100110 | 8fb4c7a7e6 |
UTF-8 | 厓ф | 1110010110001110100100111101000110000100 | e58e93d184 |
UHC | 厓ф | 11100100111011011010110011100110 | e4edace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)