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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 操?操??^ | 1001000110000000001111111001000110000000001111110011111101011110 | 91803f91803f3f5e |
EUC-JP | 操渲操??^ | 11000001111000001000111111000111111011001100000111100000001111110011111101011110 | c1e08fc7ecc1e03f3f5e |
UTF-8 | 操渲操렟렧^ | 11100110100100111000110111100110101110001011001011100110100100111000110111101011101000001001111111101011101000001010011101011110 | e6938de6b8b2e6938deba09feba0a75e |
UHC | 操渲操렟렧^ | 1111000011000011111000001100001011110000110000111000111010110000100011101011011001011110 | f0c3e0c2f0c38eb08eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)