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 | ツ慊媚 | 1100001010011100110000101001101101011010 | c29cc29b5a |
EUC-JP | ツ慊媚 | 100011101100001011011000110001001101010110111011 | 8ec2d8c4d5bb |
UTF-8 | ツ慊媚 | 111011111011111010000010111001101000010110001010111001011010101010011010 | efbe82e6858ae5aa9a |
UHC | ?慊媚 | 0011111111001100110000111101101010101100 | 3fccc3daac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)