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 | 髫ー譎画恤驩 | 1110100110011010101100001110011010011001100010011110011010011100100101011110100110001001 | e99ab0e69989e69c95e989 |
EUC-JP | 髫ー譎画恤驩 | 111100011111101010001110101100001110101111111001101100101110100011010111111101011111000111101001 | f1fa8eb0ebf9b2e8d7f5f1e9 |
UTF-8 | 髫ー譎画恤驩 | 111010011010101110101011111011111011110110110000111010001010110110001110111001111001010010111011111001101000000110100100111010011010100110101001 | e9ababefbdb0e8ad8ee794bbe681a4e9a9a9 |
UHC | ??譎?恤驩 | 001111110011111111111101110100100011111111111101110100011111110010111110 | 3f3ffdd23ffdd1fcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)