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 | ûÒ²ûJ | 111110111101001010001110101100101111101101001010 | fbd28eb2fb4a |
SJIS-WIN | ?????J | 001111110011111100111111001111110011111101001010 | 3f3f3f3f3f4a |
EUC-JP | ûÒ??ûJ | 100011111010101111100101100011111010101011010010001111110011111110001111101010111110010101001010 | 8fabe58faad23f3f8fabe54a |
UTF-8 | ûÒ²ûJ | 1100001110111011110000111001001011000010100011101100001010110010110000111011101101001010 | c3bbc392c28ec2b2c3bb4a |
UHC | ???²?J | 00111111001111110011111110101001111101110011111101001010 | 3f3f3fa9f73f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)