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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | ツ薪U | 11000010100100000110010001010101 | c2906455 |
EUC-JP | ツ薪U | 1000111011000010101111111100010101010101 | 8ec2bfc555 |
UTF-8 | ツ薪U | 11101111101111101000001011101000100101101010101001010101 | efbe82e896aa55 |
UHC | ?薪U | 00111111111000111110111101010101 | 3fe3ef55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)