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 | ?懈?^ | 0011111110011100111001100011111101011110 | 3f9ce63f5e |
EUC-JP | ?懈?^ | 0011111111011000111010000011111101011110 | 3fd8e83f5e |
UTF-8 | 뤳懈殺^ | 11101011101001001011001111100110100001111000100011101111101001011011000001011110 | eba4b3e68788efa5b05e |
UHC | 뤳懈殺^ | 10001111111000011111101010101011111000011110110101011110 | 8fe1faabe1ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)