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 | 昔楔菽僊 | 1001000011001100100111101011011011100100110000011001100101000001 | 90cc9eb6e4c19941 |
EUC-JP | 昔楔菽僊 | 1100000011001110110111001011100011101000110000111101000110100010 | c0cedcb8e8c3d1a2 |
UTF-8 | 昔楔菽僊 | 111001101001100010010100111001101010010110010100111010001000111110111101111001011000001110001010 | e69894e6a594e88fbde5838a |
UHC | 昔楔菽僊 | 1110000010101110111000001101101111100010110111011110000010111010 | e0aee0dbe2dde0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)