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 | 蝴祠? | 1110010110011010111000100100101100111111 | e59ae24b3f |
EUC-JP | 蝴祠? | 1110100111111010111000111010110000111111 | e9fae3ac3f |
UTF-8 | 蝴祠렰 | 111010001001110110110100111001111010010110100000111010111010000010110000 | e89db4e7a5a0eba0b0 |
UHC | 蝴祠렰 | 111110111101110111011110111001101000111010111101 | fbdddee68ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)