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 | ûÌÞ² | 111110111100110010001110110111101000111010110010 | fbcc8ede8eb2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ûÌ?Þ?? | 100011111010101111100101100011111010101011000000001111111000111110101001101100000011111100111111 | 8fabe58faac03f8fa9b03f3f |
UTF-8 | ûÌÞ² | 110000111011101111000011100011001100001010001110110000111001111011000010100011101100001010110010 | c3bbc38cc28ec39ec28ec2b2 |
UHC | ???Þ?² | 0011111100111111001111111010100010101101001111111010100111110111 | 3f3f3fa8ad3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)