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 | 瓦や??? | 10001010101000101000001011100010001111110011111100111111 | 8aa282e23f3f3f |
EUC-JP | 瓦や??? | 10110100101001001010010011100100001111110011111100111111 | b4a4a4e43f3f3f |
UTF-8 | 瓦や튋歷쪁 | 111001111001001110100110111000111000001010000100111011011000101010001011111011111010011010001100111011001010101010000001 | e793a6e38284ed8a8befa68cecaa81 |
UHC | 瓦や튋歷쪁 | 11101000101111111010101011100100101110011001111111100110101110001010010101110110 | e8bfaae4b99fe6b8a576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)