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 | ?u?}?u?{^ | 001111110111010100111111011111010011111101110101001111110111101101011110 | 3f753f7d3f753f7b5e |
SJIS-WIN | ?u?}?u?{^ | 001111110111010100111111011111010011111101110101001111110111101101011110 | 3f753f7d3f753f7b5e |
EUC-JP | ?u?}?u?{^ | 001111110111010100111111011111010011111101110101001111110111101101011110 | 3f753f7d3f753f7b5e |
UTF-8 | 횪u혳}횪u혳{^ | 1110110110011010101010100111010111101101100110001011001101111101111011011001101010101010011101011110110110011000101100110111101101011110 | ed9aaa75ed98b37ded9aaa75ed98b37b5e |
UHC | 횪u혳}횪u혳{^ | 11000011101000000111010111000010100110100111110111000011101000000111010111000010100110100111101101011110 | c3a075c29a7dc3a075c29a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)