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 | ?療?朞咫 | 0011111110010111110000110011111110011110010011011001101001000000 | 3f97c33f9e4d9a40 |
EUC-JP | ?療?朞咫 | 0011111111001110110001010011111111011011101011101101001110100001 | 3fcec53fdbaed3a1 |
UTF-8 | 룶療룵朞咫 | 111010111010001110110110111001111001100110000010111010111010001110110101111001101001110010011110111001011001001010101011 | eba3b6e79982eba3b5e69c9ee592ab |
UHC | 룶療룵朞咫 | 10001111101010111101011011111011100011111010101011010001101000011111001010100001 | 8fabd6fb8faad1a1f2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)