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 | 諤先カ | 1110011010000000100100001110011010110110 | e68090e6b6 |
EUC-JP | 諤先カ | 111010111110000011000000111010001000111010110110 | ebe0c0e88eb6 |
UTF-8 | 諤先カ | 111010001010101110100100111001011000010110001000111011111011110110110110 | e8aba4e58588efbdb6 |
UHC | ?先? | 00111111111000001011101100111111 | 3fe0bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)