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 | 湿疾璋 | 100011101011110010001110101111101110000011110110 | 8ebc8ebee0f6 |
EUC-JP | 湿疾璋 | 101111001011111010111100110000001110000011111000 | bcbebcc0e0f8 |
UTF-8 | 湿疾璋 | 111001101011100110111111111001111001011010111110111001111001001010001011 | e6b9bfe796bee7928b |
UHC | ?疾璋 | 0011111111110010111100001110110111110000 | 3ff2f0edf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)