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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魏鳧鳰湫 | 1110100110110000111010011110100011101001111010101001111111010101 | e9b0e9e8e9ea9fd5 |
EUC-JP | 魏鳧鳰湫 | 1111001010110010111100101110101011110010111011001101111011010111 | f2b2f2eaf2ecded7 |
UTF-8 | 魏鳧鳰湫 | 111010011010110110001111111010011011001110100111111010011011001110110000111001101011100110101011 | e9ad8fe9b3a7e9b3b0e6b9ab |
UHC | 魏鳧?湫 | 11101010111000001101110111000000001111111111010111010011 | eae0ddc03ff5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)