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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | □??序?B | 1000000110100000001111110011111110001111100110000011111101000010 | 81a03f3f8f983f42 |
EUC-JP | □??序?B | 1010001010100010001111110011111110111101111110000011111101000010 | a2a23f3fbdf83f42 |
UTF-8 | □룴찼序㈒B | 11100010100101101010000111101011101000111011010011101100101100001011110011100101101110101000111111100011100010001001001001000010 | e296a1eba3b4ecb0bce5ba8fe3889242 |
UHC | □룴찼序㈒B | 1010000111100000100011111010100111000011101000011101111111101101101010011100001101000010 | a1e08fa9c3a1dfeda9c342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)