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 | 瀇式 | 11111011010011111000111010101110 | fb4f8eae |
EUC-JP | 瀇式 | 1000111111001001101011011011110010110000 | 8fc9adbcb0 |
UTF-8 | 瀇式 | 111001111000000010000111111001011011110010001111 | e78087e5bc8f |
UHC | ?式 | 001111111110001111010010 | 3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)