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 | 蛻醍凾謫 | 1110010110001000100100011110011110011001100000101110011010010011 | e58891e79982e693 |
EUC-JP | 蛻醍凾謫 | 1110100111101000110000101110100111010001111000101110101111110011 | e9e8c2e9d1e2ebf3 |
UTF-8 | 蛻醍凾謫 | 111010001001101110111011111010011000011010001101111001011000011110111110111010001010110010101011 | e89bbbe9868de587bee8acab |
UHC | ?醍?謫 | 001111111111000010110101001111111110111011100011 | 3ff0b53feee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)