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 | 畧癆翔 | 111000010101111111100001100101001110001111000100 | e15fe194e3c4 |
EUC-JP | 畧癆翔 | 111000011100000011100001111101001110011011000110 | e1c0e1f4e6c6 |
UTF-8 | 畧癆翔 | 111001111001010110100111111001111001100110000110111001111011111110010100 | e795a7e79986e7bf94 |
UHC | ??翔 | 00111111001111111101111111010110 | 3f3fdfd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)