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 | 枝?苑 | 1000111001111101001111111000100110010001 | 8e7d3f8991 |
EUC-JP | 枝?苑 | 1011101111011110001111111011000111110001 | bbde3fb1f1 |
UTF-8 | 枝렔苑 | 111001101001111010011101111010111010000010010100111010001000101110010001 | e69e9deba094e88b91 |
UHC | 枝렔苑 | 111100101010101110001110101010011110101010111101 | f2ab8ea9eabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)