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 | 軏檎ョ | 1111101110110010100011001110011110101110 | fbb28ce7ae |
EUC-JP | 軏檎ョ | 10001111111000001101100110111000111010011000111010101110 | 8fe0d9b8e98eae |
UTF-8 | 軏檎ョ | 111010001011101110001111111001101010101010001110111011111011110110101110 | e8bb8fe6aa8eefbdae |
UHC | ?檎? | 00111111110100001101010100111111 | 3fd0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)