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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?然夭?町嫌 | 00111111100100010101001010011010111011100011111110010010101011001000110010011001 | 3f91529aee3f92ac8c99 |
EUC-JP | ?然夭?町嫌 | 00111111110000011011001111010100111100000011111111000100101011101011011111111001 | 3fc1b3d4f03fc4aeb7f9 |
UTF-8 | 뤗然夭걔町嫌 | 111010111010010010010111111001111000010010110110111001011010010010101101111010101011000110010100111001111001010010111010111001011010101110001100 | eba497e784b6e5a4adeab194e794bae5ab8c |
UHC | 뤗然夭걔町嫌 | 100011111100011111100110110101001110100011101100101100001100001011101111111010111111101011101110 | 8fc7e6d4e8ecb0c2efebfaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)