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 | 萬駈終苜紙Й | 111001001101110110001011111011011000111101001001111001001001110010001110100001101000010001001010 | e4dd8bed8f49e49c8e86844a |
EUC-JP | 萬駈終苜紙Й | 111010001101111110110110111011111011110110101010111001111111110010111011111001101010011110101011 | e8dfb6efbdaae7fcbbe6a7ab |
UTF-8 | 萬駈終苜紙Й | 1110100010010000101011001110100110100111100010001110011110110101100000101110100010001011100111001110011110110100100110011101000010011001 | e890ace9a788e7b582e88b9ce7b499d099 |
UHC | 萬?終?紙Й | 11011000101111110011111111110000111110110011111111110010101101011010110010101011 | d8bf3ff0fb3ff2b5acab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)