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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?榕夭?夭 | 0011111110011110110101011001101011101110001111111001101011101110 | 3f9ed59aee3f9aee |
EUC-JP | ?榕夭?夭 | 0011111111011100110101111101010011110000001111111101010011110000 | 3fdcd7d4f03fd4f0 |
UTF-8 | 뤚榕夭걔夭 | 111010111010010010011010111001101010011010010101111001011010010010101101111010101011000110010100111001011010010010101101 | eba49ae6a695e5a4adeab194e5a4ad |
UHC | 뤚榕夭걔夭 | 10001111110010011110100110111110111010001110110010110000110000101110100011101100 | 8fc9e9bee8ecb0c2e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)