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 | 厭ε?? | 100010010111110110000011110000110011111100111111 | 897d83c33f3f |
EUC-JP | 厭ε?? | 101100011101111010100110110001010011111100111111 | b1dea6c53f3f |
UTF-8 | 厭ε막輦 | 1110010110001110101011011100111010110101111010111010011110001001111011111010011010011000 | e58eadceb5eba789efa698 |
UHC | 厭ε막輦 | 1110011011110100101001011110010110111000101101111110011011100100 | e6f4a5e5b8b7e6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)