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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 軏晞オ | 1111101110110010100111011110100110110101 | fbb29de9b5 |
EUC-JP | 軏晞オ | 10001111111000001101100111011010111010111000111010110101 | 8fe0d9daeb8eb5 |
UTF-8 | 軏晞オ | 111010001011101110001111111001101001100110011110111011111011110110110101 | e8bb8fe6999eefbdb5 |
UHC | ?晞? | 00111111111111011111010100111111 | 3ffdf53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)