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 | 膠笈オ^ | 111001000101000010001011100010001011010101011110 | e4508b88b55e |
EUC-JP | 膠笈オ^ | 11100111101100011011010111101000100011101011010101011110 | e7b1b5e88eb55e |
UTF-8 | 膠笈オ^ | 11101000100001101010000011100111101011001000100011101111101111011011010101011110 | e886a0e7ac88efbdb55e |
UHC | 膠??^ | 1100111011101111001111110011111101011110 | ceef3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)