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 | 擾燿? | 1000111111101111111000001010000000111111 | 8fefe0a03f |
EUC-JP | 擾燿? | 1011111011110001111000001010001000111111 | bef1e0a23f |
UTF-8 | 擾燿샬 | 111001101001001110111110111001111000011110111111111011001000001110101100 | e693bee787bfec83ac |
UHC | 擾燿샬 | 111010001111011011101000111111001011110010100011 | e8f6e8fcbca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)