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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ツ銑ツ銑B | 11000010100100010100110011000010100100010100110001000010 | c2914cc2914c42 |
EUC-JP | ツ銑ツ銑B | 100011101100001011000001101011011000111011000010110000011010110101000010 | 8ec2c1ad8ec2c1ad42 |
UTF-8 | ツ銑ツ銑B | 11101111101111101000001011101001100010101001000111101111101111101000001011101001100010101001000101000010 | efbe82e98a91efbe82e98a9142 |
UHC | ?銑?銑B | 00111111111000001101010100111111111000001101010101000010 | 3fe0d53fe0d542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)