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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 葯???? | 111001001101111000111111001111110011111100111111 | e4de3f3f3f3f |
EUC-JP | 葯??獒? | 1110100011100000001111110011111110001111110010111011101100111111 | e8e03f3f8fcbbb3f |
UTF-8 | 葯볟폀獒숃 | 111010001001000110101111111010111011001110011111111011011000111110000000111001111000110110010010111011001000100010000011 | e891afebb39fed8f80e78d92ec8883 |
UHC | 葯볟폀獒숃 | 11100101101101011001001111100101101111001000111111101000101000111001100111101000 | e5b593e5bc8fe8a399e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)