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 | 11000010100011110100010011000010100011110100010001000010 | c28f44c28f4442 |
EUC-JP | ツ愁ツ愁B | 100011101100001010111101101001011000111011000010101111011010010101000010 | 8ec2bda58ec2bda542 |
UTF-8 | ツ愁ツ愁B | 11101111101111101000001011100110100001001000000111101111101111101000001011100110100001001000000101000010 | efbe82e68481efbe82e6848142 |
UHC | ?愁?愁B | 00111111111000011111111000111111111000011111111001000010 | 3fe1fe3fe1fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)