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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 砥蠅}砥蠅{^ | 1001001101110101111001011010001001111101100100110111010111100101101000100111101101011110 | 9375e5a27d9375e5a27b5e |
EUC-JP | 砥蠅}砥蠅{^ | 1100010111010110111010101010010001111101110001011101011011101010101001000111101101011110 | c5d6eaa47dc5d6eaa47b5e |
UTF-8 | 砥蠅}砥蠅{^ | 111001111010000010100101111010001010000010000101011111011110011110100000101001011110100010100000100001010111101101011110 | e7a0a5e8a0857de7a0a5e8a0857b5e |
UHC | 砥蠅}砥蠅{^ | 1111001010110010111000111011001001111101111100101011001011100011101100100111101101011110 | f2b2e3b27df2b2e3b27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)