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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ツ慊、k | 1100001010011100110000101010010001101011 | c29cc2a46b |
EUC-JP | ツ慊、k | 10001110110000101101100011000100100011101010010001101011 | 8ec2d8c48ea46b |
UTF-8 | ツ慊、k | 11101111101111101000001011100110100001011000101011101111101111011010010001101011 | efbe82e6858aefbda46b |
UHC | ?慊?k | 0011111111001100110000110011111101101011 | 3fccc33f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)