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 | 蟾ス閼ア蟄錬 | 11100101101101111011110111101000100001001011000111100101101011011001100001000010 | e5b7bde884b1e5ad9842 |
EUC-JP | 蟾ス閼ア蟄錬 | 111010101011100110001110101111011110111111100100100011101011000111101010101011111100111110100011 | eab98ebdefe48eb1eaafcfa3 |
UTF-8 | 蟾ス閼ア蟄錬 | 111010001001111110111110111011111011110110111101111010011001011010111100111011111011110110110001111010001001111110000100111010011000110010101100 | e89fbeefbdbde996bcefbdb1e89f84e98cac |
UHC | 蟾?閼?蟄? | 111000001110101000111111111001001101100100111111111101101101111000111111 | e0ea3fe4d93ff6de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)