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 | ツ循ツ循 | 110000101000111101111010110000101000111101111010 | c28f7ac28f7a |
EUC-JP | ツ循ツ循 | 1000111011000010101111011101101110001110110000101011110111011011 | 8ec2bddb8ec2bddb |
UTF-8 | ツ循ツ循 | 111011111011111010000010111001011011111010101010111011111011111010000010111001011011111010101010 | efbe82e5beaaefbe82e5beaa |
UHC | ?循?循 | 001111111110001011100000001111111110001011100000 | 3fe2e03fe2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)