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 | éìú² | 1110100110011011100011011110110010011110101011011111101010110010 | e99b8dec9eadfab2 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | é??ì??ú? | 1000111110101011101100010011111100111111100011111010101111000000001111110011111110001111101010111110001000111111 | 8fabb13f3f8fabc03f3f8fabe23f |
UTF-8 | éìú² | 11000011101010011100001010011011110000101000110111000011101011001100001010011110110000101010110111000011101110101100001010110010 | c3a9c29bc28dc3acc29ec2adc3bac2b2 |
UHC | ??????² | 00111111001111110011111100111111001111111010000110101001001111111010100111110111 | 3f3f3f3f3fa1a93fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)