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 | 砥?}砥?{^ | 100100110111010100111111011111011001001101110101001111110111101101011110 | 93753f7d93753f7b5e |
EUC-JP | 砥?}砥?{^ | 110001011101011000111111011111011100010111010110001111110111101101011110 | c5d63f7dc5d63f7b5e |
UTF-8 | 砥렭}砥렭{^ | 111001111010000010100101111010111010000010101101011111011110011110100000101001011110101110100000101011010111101101011110 | e7a0a5eba0ad7de7a0a5eba0ad7b5e |
UHC | 砥렭}砥렭{^ | 1111001010110010100011101011101001111101111100101011001010001110101110100111101101011110 | f2b28eba7df2b28eba7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)