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 | 魘溽挑荳 | 1110100110110100100111111110011110010010101001111110010010111000 | e9b49fe792a7e4b8 |
EUC-JP | 魘溽挑荳 | 1111001010110110110111101110100111000100101010011110100010111010 | f2b6dee9c4a9e8ba |
UTF-8 | 魘溽挑荳 | 111010011010110110011000111001101011101010111101111001101000110010010001111010001000110110110011 | e9ad98e6babde68c91e88db3 |
UHC | ??挑荳 | 001111110011111111010011111110111101010011100101 | 3f3fd3fbd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)