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 | ?∪?∪^ | 00111111100000011011111000111111100000011011111001011110 | 3f81be3f81be5e |
EUC-JP | ?∪?∪^ | 00111111101000101100000000111111101000101100000001011110 | 3fa2c03fa2c05e |
UTF-8 | 푠∪푠∪^ | 11101101100100011010000011100010100010001010101011101101100100011010000011100010100010001010101001011110 | ed91a0e288aaed91a0e288aa5e |
UHC | 푠∪푠∪^ | 110001111010011010100001111110101100011110100110101000011111101001011110 | c7a6a1fac7a6a1fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)