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 | ÷ûÙÁ | 11110111111110111101100111000001 | f7fbd9c1 |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷ûÙÁ | 1010000111100000100011111010101111100101100011111010101011100011100011111010101010100001 | a1e08fabe58faae38faaa1 |
UTF-8 | ÷ûÙÁ | 1100001110110111110000111011101111000011100110011100001110000001 | c3b7c3bbc399c381 |
UHC | ÷??? | 1010000111000000001111110011111100111111 | a1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)