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 | 鈕ス蝮ょ゚ | 1110011111100100101111011110010110011101100000101110010111011111 | e7e4bde59d82e5df |
EUC-JP | 鈕ス蝮ょ゚ | 11101110111001101000111010111101111010011111110110100100111001111000111011011111 | eee68ebde9fda4e78edf |
UTF-8 | 鈕ス蝮ょ゚ | 111010011000100010010101111011111011110110111101111010001001110110101110111000111000001010000111111011111011111010011111 | e98895efbdbde89daee38287efbe9f |
UHC | ???ょ? | 001111110011111100111111101010101110011100111111 | 3f3f3faae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)