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 | ûνú± | 111110111100111010001110101111011111101010110001 | fbce8ebdfab1 |
SJIS-WIN | ?????± | 00111111001111110011111100111111001111111000000101111101 | 3f3f3f3f3f817d |
EUC-JP | ûÎ??ú± | 10001111101010111110010110001111101010101100001000111111001111111000111110101011111000101010000111011110 | 8fabe58faac23f3f8fabe2a1de |
UTF-8 | ûνú± | 110000111011101111000011100011101100001010001110110000101011110111000011101110101100001010110001 | c3bbc38ec28ec2bdc3bac2b1 |
UHC | ???½?± | 0011111100111111001111111010100011110110001111111010000110111110 | 3f3f3fa8f63fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)