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 | ñÈûÙʲ | 111100011100100011111011110110011100101010110010 | f1c8fbd9cab2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñÈûÙÊ? | 10001111101010111101000010001111101010101011001010001111101010111110010110001111101010101110001110001111101010101011010000111111 | 8fabd08faab28fabe58faae38faab43f |
UTF-8 | ñÈûÙʲ | 110000111011000111000011100010001100001110111011110000111001100111000011100010101100001010110010 | c3b1c388c3bbc399c38ac2b2 |
UHC | ?????² | 00111111001111110011111100111111001111111010100111110111 | 3f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)