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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 椅??^ | 1000100011010110001111110011111101011110 | 88d63f3f5e |
EUC-JP | 椅??^ | 1011000011011000001111110011111101011110 | b0d83f3f5e |
UTF-8 | 椅됥걼^ | 11100110101001001000010111101011100100001010010111101010101100011011110001011110 | e6a485eb90a5eab1bc5e |
UHC | 椅됥걼^ | 11101011111101011000100111100011100000011001111101011110 | ebf589e3819f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)