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 | ??較斐 | 001111110011111110001010011100101001010011100011 | 3f3f8a7294e3 |
EUC-JP | ??較斐 | 001111110011111110110011110100111100100011100101 | 3f3fb3d3c8e5 |
UTF-8 | 뤵칿較斐 | 111010111010010010110101111011001011100110111111111010001011110010000011111001101001011010010000 | eba4b5ecb9bfe8bc83e69690 |
UHC | 뤵칿較斐 | 1000111111100011101011111000111011001110111100101101110111101100 | 8fe3af8ecef2ddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)