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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煆ワ酥ッ | 111110110101011011011100111001111100011010101111 | fb56dce7c6af |
EUC-JP | 煆ワ酥ッ | 100011111100100111110100100011101101110011101110110010001000111010101111 | 8fc9f48edceec88eaf |
UTF-8 | 煆ワ酥ッ | 111001111000010110000110111011111011111010011100111010011000010110100101111011111011110110101111 | e78586efbe9ce985a5efbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)