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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濟?倚?濟 | 1110000001011010001111111001100011011111001111111110000001011010 | e05a3f98df3fe05a |
EUC-JP | 濟?倚?濟 | 1101111110111011001111111101000011100001001111111101111110111011 | dfbb3fd0e13fdfbb |
UTF-8 | 濟렊倚렭濟 | 111001101011111110011111111010111010000010001010111001011000000010011010111010111010000010101101111001101011111110011111 | e6bf9feba08ae5809aeba0ade6bf9f |
UHC | 濟렊倚렭濟 | 11110000101011011000111010100001111010111110111110001110101110101111000010101101 | f0ad8ea1ebef8ebaf0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)