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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髢サ岺 | 1110100110010110101110111111101010101101 | e996bbfaad |
EUC-JP | 髢サ岺 | 11110001111101101000111010111011100011111011101110111000 | f1f68ebb8fbbb8 |
UTF-8 | 髢サ岺 | 111010011010101110100010111011111011110110111011111001011011001010111010 | e9aba2efbdbbe5b2ba |
UHC | ??岺 | 00111111001111111101011010111001 | 3f3fd6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)