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 | ???i] | 0011111100111111001111110110100101011101 | 3f3f3f695d |
SJIS-WIN | ?釐∮i] | 00111111111001111101100010000111100100110110100101011101 | 3fe7d88793695d |
EUC-JP | ?釐?i] | 001111111110111011011010001111110110100101011101 | 3feeda3f695d |
UTF-8 | 룶釐∮i] | 1110101110100011101101101110100110000111100100001110001010001000101011100110100101011101 | eba3b6e98790e288ae695d |
UHC | 룶釐∮i] | 1000111110101011110101111110110110100010101100010110100101011101 | 8fabd7eda2b1695d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)