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 | 111100101111010111110110101111010100110001000010 | f2f5f6bd4c42 |
SJIS-WIN | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
EUC-JP | òõö?LB | 100011111010101111010010100011111010101111011000100011111010101111010011001111110100110001000010 | 8fabd28fabd88fabd33f4c42 |
UTF-8 | òõö½LB | 11000011101100101100001110110101110000111011011011000010101111010100110001000010 | c3b2c3b5c3b6c2bd4c42 |
UHC | ???½LB | 00111111001111110011111110101000111101100100110001000010 | 3f3f3fa8f64c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)