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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?俄] | 00111111100010011110001001011101 | 3f89e25d |
EUC-JP | ?俄] | 00111111101100101110010001011101 | 3fb2e45d |
UTF-8 | 蟬俄] | 11101000100111111010110011100100101111111000010001011101 | e89face4bf845d |
UHC | 蟬俄] | 1110000011010001111001001010110101011101 | e0d1e4ad5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)