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 | 鬨セ螳茨ス・ | 111010011010100010111110111001011010111010001000111011111011110110100101 | e9a8bee5ae88efbda5 |
EUC-JP | 鬨セ螳茨ス・ | 111100101010101010001110101111101110101010110000101100001111000110001110101111011000111010100101 | f2aa8ebeeab0b0f18ebd8ea5 |
UTF-8 | 鬨セ螳茨ス・ | 111010011010110010101000111011111011110110111110111010001001111010110011111010001000110010101000111011111011110110111101111011111011110110100101 | e9aca8efbdbee89eb3e88ca8efbdbdefbda5 |
UHC | ??螳茨?? | 0011111100111111110100111101100111101101101111000011111100111111 | 3f3fd3d9edbc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)