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??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 煽燮i煽燮iB | 1001000011111000100110011101011101101001100100001111100010011001110101110110100101000010 | 90f899d76990f899d76942 |
EUC-JP | 煽燮i煽燮iB | 1100000011111010110100101101100101101001110000001111101011010010110110010110100101000010 | c0fad2d969c0fad2d96942 |
UTF-8 | 煽燮i煽燮iB | 111001111000010110111101111001111000011110101110011010011110011110000101101111011110011110000111101011100110100101000010 | e785bde787ae69e785bde787ae6942 |
UHC | 煽燮i煽燮iB | 1110000011000011111000001111000001101001111000001100001111100000111100000110100101000010 | e0c3e0f069e0c3e0f06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)