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 | 蓍阪1聲 | 1110010011100111100011011110001110000010010100001110001111011111 | e4e78de38250e3df |
EUC-JP | 蓍阪1聲 | 1110100011101001101110101110010110100011101100011110011011100001 | e8e9bae5a3b1e6e1 |
UTF-8 | 蓍阪1聲 | 111010001001001110001101111010011001100010101010111011111011110010010001111010001000000110110010 | e8938de998aaefbc91e881b2 |
UHC | 蓍阪1聲 | 1110001111001001111110001010000110100011101100011110000110100010 | e3c9f8a1a3b1e1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)