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 | 墻ラ?易ч? | 10011010110101001000001110001001001111111000100011010101100001001000100100111111 | 9ad483893f88d584893f |
EUC-JP | 墻ラ?易ч? | 11010100110101101010010111101001001111111011000011010111101001111110100100111111 | d4d6a5e93fb0d7a7e93f |
UTF-8 | 墻ラ눈易ч뮈 | 1110010110100010101110111110001110000011101010011110101110001000100010001110011010011000100100111101000110000111111010111010111010001000 | e5a2bbe383a9eb8888e69893d187ebae88 |
UHC | 墻ラ눈易ч뮈 | 111011011101111110101011111010011011010010101011111001101011011010101100111010011011100110111111 | eddfabe9b4abe6b6ace9b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)