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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韵ネ鄂 | 11101000111011111100100011100111101111011111010011101000 | e8efc8e7bdf4e8 |
EUC-JP | 韵ネ鄂? | 11110000111100011000111011001000111011101011111100111111 | f0f18ec8eebf3f |
UTF-8 | 韵ネ鄂 | 111010011001111110110101111011111011111010001000111010011000010010000010111011101000111010010111 | e99fb5efbe88e98482ee8e97 |
UHC | ??鄂? | 0011111100111111111001001100011100111111 | 3f3fe4c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)