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 | ½²¼ÀRE | 10001110101111011000111010110010100011101011110010001110110000000101001001000101 | 8ebd8eb28ebc8ec05245 |
SJIS-WIN | ????????RE | 00111111001111110011111100111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f3f3f3f5245 |
EUC-JP | ???????ÀRE | 001111110011111100111111001111110011111100111111001111111000111110101010101000100101001001000101 | 3f3f3f3f3f3f3f8faaa25245 |
UTF-8 | ½²¼ÀRE | 110000101000111011000010101111011100001010001110110000101011001011000010100011101100001010111100110000101000111011000011100000000101001001000101 | c28ec2bdc28ec2b2c28ec2bcc28ec3805245 |
UHC | ?½?²?¼??RE | 00111111101010001111011000111111101010011111011100111111101010001111100100111111001111110101001001000101 | 3fa8f63fa9f73fa8f93f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)