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 | 受〓4? | 10001110111100111000000110101100100000100101001100111111 | 8ef381ac82533f |
EUC-JP | 受〓4? | 10111100111101011010001010101110101000111011010000111111 | bcf5a2aea3b43f |
UTF-8 | 受〓4林 | 111001011000111110010111111000111000000010010011111011111011110010010100111011111010011110110100 | e58f97e38093efbc94efa7b4 |
UHC | 受〓4林 | 1110000111110100101000011110101110100011101101001110110011110111 | e1f4a1eba3b4ecf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)