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 | ツ云ツ偲堕古 | 11000010100010010101110111000010100011101100001110010001110000101000110011000011 | c2895dc28ec391c28cc3 |
EUC-JP | ツ云ツ偲堕古 | 100011101100001010110001101111101000111011000010101111001100010111000010110001001011100011000101 | 8ec2b1be8ec2bcc5c2c4b8c5 |
UTF-8 | ツ云ツ偲堕古 | 111011111011111010000010111001001011101010010001111011111011111010000010111001011000000110110010111001011010000010010101111001011000111110100100 | efbe82e4ba91efbe82e581b2e5a095e58fa4 |
UHC | ?云???古 | 0011111111101001111101100011111100111111001111111100110110101111 | 3fe9f63f3f3fcdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)