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 | 蔟奠銓妺 | 1110010011110101100110101111100111100111111100101111101010100101 | e4f59af9e7f2faa5 |
EUC-JP | 蔟奠銓妺 | 111010001111011111010100111110111110111011110100100011111011100110110111 | e8f7d4fbeef48fb9b7 |
UTF-8 | 蔟奠銓妺 | 111010001001010010011111111001011010010110100000111010011000101010010011111001011010011010111010 | e8949fe5a5a0e98a93e5a6ba |
UHC | ?奠銓? | 001111111110111011110101111011111011000000111111 | 3feef5efb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)