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 | 孩?駿 | 1001101101110111001111111000111101111000 | 9b773f8f78 |
EUC-JP | 孩?駿 | 1101010111011000001111111011110111011001 | d5d83fbdd9 |
UTF-8 | 孩렏駿 | 111001011010110110101001111010111010000010001111111010011010011110111111 | e5ada9eba08fe9a7bf |
UHC | 孩렏駿 | 111110101010100110001110101001011111000111100111 | faa98ea5f1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)