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 | 讓ス蟄伜 | 111001101010100010111101111001011010110110011000111001011111010110001111 | e6a8bde5ad98e5f58f |
EUC-JP | 讓ス蟄伜? | 111011001010101010001110101111011110101010101111110100001110011100111111 | ecaa8ebdeaafd0e73f |
UTF-8 | 讓ス蟄伜 | 111010001010111010010011111011111011110110111101111010001001111110000100111001001011110010011100111011101000111110111010 | e8ae93efbdbde89f84e4bc9cee8fba |
UHC | 讓?蟄?? | 11100101110100110011111111110110110111100011111100111111 | e5d33ff6de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)