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 | 陬倬椈雍 | 1110100010100011100110001110100110011110100110001110100010110100 | e8a398e99e98e8b4 |
EUC-JP | 陬倬椈雍 | 1111000010100101110100001110101111011011111110001111000010110110 | f0a5d0ebdbf8f0b6 |
UTF-8 | 陬倬椈雍 | 111010011001100110101100111001011000000010101100111001101010010010001000111010011001101110001101 | e999ace580ace6a488e99b8d |
UHC | ?倬?雍 | 001111111111011011110000001111111110100010111100 | 3ff6f03fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)