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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?哀?哀^ | 00111111100010001010001100111111100010001010001101011110 | 3f88a33f88a35e |
EUC-JP | ?哀?哀^ | 00111111101100001010010100111111101100001010010101011110 | 3fb0a53fb0a55e |
UTF-8 | 璉哀璉哀^ | 11101111101001101001010011100101100100111000000011101111101001101001010011100101100100111000000001011110 | efa694e59380efa694e593805e |
UHC | 璉哀璉哀^ | 111001101101100111100100111011101110011011011001111001001110111001011110 | e6d9e4eee6d9e4ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)