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 | 湿疾霙 | 100011101011110010001110101111101110100011000010 | 8ebc8ebee8c2 |
EUC-JP | 湿疾霙 | 101111001011111010111100110000001111000011000100 | bcbebcc0f0c4 |
UTF-8 | 湿疾霙 | 111001101011100110111111111001111001011010111110111010011001110010011001 | e6b9bfe796bee99c99 |
UHC | ?疾霙 | 0011111111110010111100001110011111001110 | 3ff2f0e7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)