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 | ÞõÞïLB | 110111101111010111011110111011110100110001000010 | def5deef4c42 |
SJIS-WIN | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
EUC-JP | ÞõÞïLB | 1000111110101001101100001000111110101011110110001000111110101001101100001000111110101011110000010100110001000010 | 8fa9b08fabd88fa9b08fabc14c42 |
UTF-8 | ÞõÞïLB | 11000011100111101100001110110101110000111001111011000011101011110100110001000010 | c39ec3b5c39ec3af4c42 |
UHC | Þ?Þ?LB | 1010100010101101001111111010100010101101001111110100110001000010 | a8ad3fa8ad3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)