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 | ?療?朞廚 | 0011111110010111110000110011111110011110010011011001110001000011 | 3f97c33f9e4d9c43 |
EUC-JP | ?療?朞廚 | 0011111111001110110001010011111111011011101011101101011110100100 | 3fcec53fdbaed7a4 |
UTF-8 | 룶療룵朞廚 | 111010111010001110110110111001111001100110000010111010111010001110110101111001101001110010011110111001011011101110011010 | eba3b6e79982eba3b5e69c9ee5bb9a |
UHC | 룶療룵朞廚 | 10001111101010111101011011111011100011111010101011010001101000011111000110110111 | 8fabd6fb8faad1a1f1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)