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 | 巐ろ豈罷讎 | 11111010101101101000001011101011111001101010111110010100111010111110011010100110 | fab682ebe6af94ebe6a6 |
EUC-JP | 巐ろ豈罷讎 | 1000111110111011111110011010010011101101111011001011000111001000111011011110110010101000 | 8fbbf9a4edecb1c8edeca8 |
UTF-8 | 巐ろ豈罷讎 | 111001011011011110010000111000111000001010001101111010001011000110001000111001111011110110110111111010001010111010001110 | e5b790e3828de8b188e7bdb7e8ae8e |
UHC | ?ろ豈罷? | 0011111110101010111011011101000111000010111101111111001100111111 | 3faaedd1c2f7f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)