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 | 鈔ア魍亥゚ | 1110011111100010101100011110100110110001100010001110010111011111 | e7e2b1e9b188e5df |
EUC-JP | 鈔ア魍亥゚ | 11101110111001001000111010110001111100101011001110110000111001111000111011011111 | eee48eb1f2b3b0e78edf |
UTF-8 | 鈔ア魍亥゚ | 111010011000100010010100111011111011110110110001111010011010110110001101111001001011101010100101111011111011111010011111 | e98894efbdb1e9ad8de4baa5efbe9f |
UHC | ???亥? | 001111110011111100111111111110101010010000111111 | 3f3f3ffaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)