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 | ûÃú±² | 1111101111000011100011101010110111111010101100011000111010110010 | fbc38eadfab18eb2 |
SJIS-WIN | ?????±?? | 001111110011111100111111001111110011111110000001011111010011111100111111 | 3f3f3f3f3f817d3f3f |
EUC-JP | ûÃ??ú±?? | 100011111010101111100101100011111010101010101010001111110011111110001111101010111110001010100001110111100011111100111111 | 8fabe58faaaa3f3f8fabe2a1de3f3f |
UTF-8 | ûÃú±² | 11000011101110111100001110000011110000101000111011000010101011011100001110111010110000101011000111000010100011101100001010110010 | c3bbc383c28ec2adc3bac2b1c28ec2b2 |
UHC | ????±?² | 0011111100111111001111111010000110101001001111111010000110111110001111111010100111110111 | 3f3f3fa1a93fa1be3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)