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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ?}?療F | 00111111100000010111000000111111100101111100001101000110 | 3f81703f97c346 |
EUC-JP | ?}?療F | 00111111101000011101000100111111110011101100010101000110 | 3fa1d13fcec546 |
UTF-8 | 룶}룶療F | 11101011101000111011011011101111101111011001110111101011101000111011011011100111100110011000001001000110 | eba3b6efbd9deba3b6e7998246 |
UHC | 룶}룶療F | 100011111010101110100011111111011000111110101011110101101111101101000110 | 8faba3fd8fabd6fb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)