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 | ûÙüÂâ¾ | 111110111101100111111100110000101110001010111110 | fbd9fcc2e2be |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ûÙüÂâ? | 10001111101010111110010110001111101010101110001110001111101010111110010010001111101010101010010010001111101010111010010000111111 | 8fabe58faae38fabe48faaa48faba43f |
UTF-8 | ûÙüÂâ¾ | 110000111011101111000011100110011100001110111100110000111000001011000011101000101100001010111110 | c3bbc399c3bcc382c3a2c2be |
UHC | ?????¾ | 00111111001111110011111100111111001111111010100011111010 | 3f3f3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)