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 | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | 牾b[牾b[^ | 11110010111100001110000010110001011000100101101111110010111100001110000010110001011000100101101101011110 | f2f0e0b1625bf2f0e0b1625b5e |
EUC-JP | ?牾b[?牾b[^ | 0011111111100000101100110110001001011011001111111110000010110011011000100101101101011110 | 3fe0b3625b3fe0b3625b5e |
UTF-8 | 牾b[牾b[^ | 1110111010001000101001111110011110001001101111100110001001011011111011101000100010100111111001111000100110111110011000100101101101011110 | ee88a7e789be625bee88a7e789be625b5e |
UHC | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)