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 | 癰????? | 11100001100111100011111100111111001111110011111100111111 | e19e3f3f3f3f3f |
EUC-JP | 癰????? | 11100001111111100011111100111111001111110011111100111111 | e1fe3f3f3f3f3f |
UTF-8 | 癰딉슥溫볩숲 | 111001111001100110110000111010111001010010001001111011001000101010100101111001101011101010101011111010111011001110101001111011001000100010110010 | e799b0eb9489ec8aa5e6baabebb3a9ec88b2 |
UHC | 癰딉슥溫볩숲 | 111010001011100110001010111011111011110110111011111010001010111010010011111011111011110110100011 | e8b98aefbdbbe8ae93efbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)