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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逸?畯?存 | 1000100011101101001111111111101101101111001111111001000110110110 | 88ed3ffb6f3f91b6 |
EUC-JP | 逸?畯?存 | 101100001110111100111111100011111100110110111011001111111100001010111000 | b0ef3f8fcdbb3fc2b8 |
UTF-8 | 逸렏畯렞存 | 111010011000000010111000111010111010000010001111111001111001010110101111111010111010000010011110111001011010110110011000 | e980b8eba08fe795afeba09ee5ad98 |
UHC | 逸렏畯렞存 | 11101100111011111000111010100101111100011110000110001110101011111111000011101101 | ecef8ea5f1e18eaff0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)