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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ツ偲環篠ョE | 110000101000111011000011100010101100001010001110110000101010111001000101 | c28ec38ac28ec2ae45 |
EUC-JP | ツ偲環篠ョE | 1000111011000010101111001100010110110100110001001011110011000100100011101010111001000101 | 8ec2bcc5b4c4bcc48eae45 |
UTF-8 | ツ偲環篠ョE | 11101111101111101000001011100101100000011011001011100111100100101011000011100111101011111010000011101111101111011010111001000101 | efbe82e581b2e792b0e7afa0efbdae45 |
UHC | ??環篠?E | 0011111100111111111111001011101111100001110001100011111101000101 | 3f3ffcbbe1c63f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)