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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 棚足D棚足D^ | 1001001001001001100100011010101101000100100100100100100110010001101010110100010001011110 | 924991ab44924991ab445e |
EUC-JP | 棚足D棚足D^ | 1100001110101010110000101010110101000100110000111010101011000010101011010100010001011110 | c3aac2ad44c3aac2ad445e |
UTF-8 | 棚足D棚足D^ | 111001101010001110011010111010001011011010110011010001001110011010100011100110101110100010110110101100110100010001011110 | e6a39ae8b6b344e6a39ae8b6b3445e |
UHC | 棚足D棚足D^ | 1101110111011100111100001110101101000100110111011101110011110000111010110100010001011110 | dddcf0eb44dddcf0eb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)