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 | ??S??? | 001111110011111101010011001111110011111100111111 | 3f3f533f3f3f |
SJIS-WIN | ??S?療? | 00111111001111110101001100111111100101111100001100111111 | 3f3f533f97c33f |
EUC-JP | ??S?療? | 00111111001111110101001100111111110011101100010100111111 | 3f3f533fcec53f |
UTF-8 | 룵句S룶療룶 | 11101011101000111011010111101111101001001000011001010011111010111010001110110110111001111001100110000010111010111010001110110110 | eba3b5efa48653eba3b6e79982eba3b6 |
UHC | 룵句S룶療룶 | 1000111110101010110011111111101101010011100011111010101111010110111110111000111110101011 | 8faacffb538fabd6fb8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)