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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 易ч???? | 1000100011010101100001001000100100111111001111110011111100111111 | 88d584893f3f3f3f |
EUC-JP | 易ч???? | 1011000011010111101001111110100100111111001111110011111100111111 | b0d7a7e93f3f3f3f |
UTF-8 | 易ч뮈了묋뮅 | 1110011010011000100100111101000110000111111010111010111010001000111011111010011010111010111010111010110010001011111010111010111010000101 | e69893d187ebae88efa6baebac8bebae85 |
UHC | 易ч뮈了묋뮅 | 111001101011011010101100111010011011100110111111111010001110011110010001111010001001001010010100 | e6b6ace9b9bfe8e791e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)