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 | 原?失 | 1000110010110100001111111000111010111000 | 8cb43f8eb8 |
EUC-JP | 原?失 | 1011100010110110001111111011110010111010 | b8b63fbcba |
UTF-8 | 原렑失 | 111001011000111010011111111010111010000010010001111001011010010010110001 | e58e9feba091e5a4b1 |
UHC | 原렑失 | 111010101010101110001110101001101110001111110111 | eaab8ea6e3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)