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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 珎ヘー鮏 | 111000001101110111001101101100001111110001000011 | e0ddcdb0fc43 |
EUC-JP | 珎ヘー鮏 | 111000001101111110001110110011011000111010110000100011111110101011011011 | e0df8ecd8eb08feadb |
UTF-8 | 珎ヘー鮏 | 111001111000111110001110111011111011111010001101111011111011110110110000111010011010111010001111 | e78f8eefbe8defbdb0e9ae8f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)