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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | ツ涌{ツ涌s | 1100001010010111010011110111101111000010100101110100111101110011 | c2974f7bc2974f73 |
EUC-JP | ツ涌{ツ涌s | 10001110110000101100110110110000011110111000111011000010110011011011000001110011 | 8ec2cdb07b8ec2cdb073 |
UTF-8 | ツ涌{ツ涌s | 1110111110111110100000101110011010110110100011000111101111101111101111101000001011100110101101101000110001110011 | efbe82e6b68c7befbe82e6b68c73 |
UHC | ?涌{?涌s | 0011111111101001101111110111101100111111111010011011111101110011 | 3fe9bf7b3fe9bf73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)