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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 曠倚Y曠倚bE | 1001111001000100100110001101111101011001100111100100010010011000110111110110001001000101 | 9e4498df599e4498df6245 |
EUC-JP | 曠倚Y曠倚bE | 1101101110100101110100001110000101011001110110111010010111010000111000010110001001000101 | dba5d0e159dba5d0e16245 |
UTF-8 | 曠倚Y曠倚bE | 111001101001101110100000111001011000000010011010010110011110011010011011101000001110010110000000100110100110001001000101 | e69ba0e5809a59e69ba0e5809a6245 |
UHC | 曠倚Y曠倚bE | 1100111011000111111010111110111101011001110011101100011111101011111011110110001001000101 | cec7ebef59cec7ebef6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)