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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | ツ映@ツ映@B | 110000101000100101100110010000001100001010001001011001100100000001000010 | c2896640c289664042 |
EUC-JP | ツ映@ツ映@B | 1000111011000010101100011100011101000000100011101100001010110001110001110100000001000010 | 8ec2b1c7408ec2b1c74042 |
UTF-8 | ツ映@ツ映@B | 111011111011111010000010111001101001100010100000010000001110111110111110100000101110011010011000101000000100000001000010 | efbe82e698a040efbe82e698a04042 |
UHC | ?映@?映@B | 001111111110011110110001010000000011111111100111101100010100000001000010 | 3fe7b1403fe7b14042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)