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[^ | 1110100010011011101111100110001001011011111010001001101110111110011000100101101101011110 | e89bbe625be89bbe625b5e |
EUC-JP | 陋セb[陋セb[^ | 11101111111110111000111010111110011000100101101111101111111110111000111010111110011000100101101101011110 | effb8ebe625beffb8ebe625b5e |
UTF-8 | 陋セb[陋セb[^ | 1110100110011001100010111110111110111101101111100110001001011011111010011001100110001011111011111011110110111110011000100101101101011110 | e9998befbdbe625be9998befbdbe625b5e |
UHC | 陋?b[陋?b[^ | 1101011110110000001111110110001001011011110101111011000000111111011000100101101101011110 | d7b03f625bd7b03f625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)