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 | 借靺鄙 | 100011101101100011101000110110101110011110111111 | 8ed8e8dae7bf |
EUC-JP | 借靺鄙 | 101111001101101011110000110111001110111011000001 | bcdaf0dceec1 |
UTF-8 | 借靺鄙 | 111001011000000010011111111010011001110110111010111010011000010010011001 | e5809fe99dbae98499 |
UHC | 借靺鄙 | 111100111010100011011000110010111101111010101001 | f3a8d8cbdea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)