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 | 椅⑹뿩^ | 11100110101001001000010111100010100100011011100111101011101111111010100101011110 | e6a485e291b9ebbfa95e |
UHC | 椅⑹뿩^ | 11101011111101011010100111101100100101111010100101011110 | ebf5a9ec97a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)