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 | 陟主渕鞫カ髮 | 1110100010100000100011101110010110011111101110101110011010010001101101101110100110011011 | e8a08ee59fbae691b6e99b |
EUC-JP | 陟主渕鞫カ髮 | 111100001010001010111100111001111101111010111100111010111111000110001110101101101111000111111011 | f0a2bce7debcebf18eb6f1fb |
UTF-8 | 陟主渕鞫カ髮 | 111010011001100110011111111001001011100010111011111001101011100010010101111010011001111010101011111011111011110110110110111010011010101110101110 | e9999fe4b8bbe6b895e99eabefbdb6e9abae |
UHC | 陟主?鞫?髮 | 11110100101100111111000110101011001111111100111111010100001111111101101110100101 | f4b3f1ab3fcfd43fdba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)