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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?矮? | 00111111111000011110001000111111 | 3fe1e23f |
EUC-JP | ?矮? | 00111111111000101110010000111111 | 3fe2e43f |
UTF-8 | 숷矮숰 | 111011001000100010110111111001111001111110101110111011001000100010110000 | ec88b7e79faeec88b0 |
UHC | 숷矮숰 | 100110100100110011101000111000011001101001001000 | 9a4ce8e19a48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)