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 | ?獨?^ | 0011111111100000110101010011111101011110 | 3fe0d53f5e |
EUC-JP | ?獨?^ | 0011111111100000110101110011111101011110 | 3fe0d73f5e |
UTF-8 | 뤯獨쯢^ | 11101011101001001010111111100111100011011010100011101100101011111010001001011110 | eba4afe78da8ecafa25e |
UHC | 뤯獨쯢^ | 10001111110111011101010010111100101010010110001101011110 | 8fddd4bca9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)