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 | 瀋θ? | 1110000001100011100000111100011000111111 | e06383c63f |
EUC-JP | 瀋θ? | 1101111111000100101001101100100000111111 | dfc4a6c83f |
UTF-8 | 瀋θ랴 | 1110011110000000100010111100111010111000111010111001111010110100 | e7808bceb8eb9eb4 |
UHC | 瀋θ랴 | 111001001010001110100101111010001011011110101010 | e4a3a5e8b7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)