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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 澵セ陬鳫蜴ョE | 1111101101001100101111101110100010100011111010011110110111100101100011101010111001000101 | fb4cbee8a3e9ede58eae45 |
EUC-JP | 澵セ陬鳫蜴ョE | 1000111111001000111110001000111010111110111100001010010111110010111011111110100111101110100011101010111001000101 | 8fc8f88ebef0a5f2efe9ee8eae45 |
UTF-8 | 澵セ陬鳫蜴ョE | 11100110101111101011010111101111101111011011111011101001100110011010110011101001101100111010101111101000100111001011010011101111101111011010111001000101 | e6beb5efbdbee999ace9b3abe89cb4efbdae45 |
UHC | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)