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 | 壹?漿?^ | 10011010111000110011111110011111111101110011111101011110 | 9ae33f9ff73f5e |
EUC-JP | 壹?漿?^ | 11010100111001010011111111011110111110010011111101011110 | d4e53fdef93f5e |
UTF-8 | 壹렱漿렱^ | 11100101101000111011100111101011101000001011000111100110101111001011111111101011101000001011000101011110 | e5a3b9eba0b1e6bcbfeba0b15e |
UHC | 壹렱漿렱^ | 111011001110110010001110101111101110110111101100100011101011111001011110 | ecec8ebeedec8ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)