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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ伉ゥツ凖コ | 1100001010011000110000101010100111000010100110011100001110111010 | c298c2a9c299c3ba |
EUC-JP | ツ伉ゥツ凖コ | 100011101100001011010000110001001000111010101001100011101100001011010010110001011000111010111010 | 8ec2d0c48ea98ec2d2c58eba |
UTF-8 | ツ伉ゥツ凖コ | 111011111011111010000010111001001011110010001001111011111011110110101001111011111011111010000010111001011000011110010110111011111011110110111010 | efbe82e4bc89efbda9efbe82e58796efbdba |
UHC | ?伉???? | 00111111111110011111001000111111001111110011111100111111 | 3ff9f23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)