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 | Þ°¼ | 100011111101111010110000100011101011110010001110 | 8fdeb08ebc8e |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | ?Þ°??? | 001111111000111110101001101100001010000111101011001111110011111100111111 | 3f8fa9b0a1eb3f3f3f |
UTF-8 | Þ°¼ | 110000101000111111000011100111101100001010110000110000101000111011000010101111001100001010001110 | c28fc39ec2b0c28ec2bcc28e |
UHC | ?Þ°?¼? | 001111111010100010101101101000011100011000111111101010001111100100111111 | 3fa8ada1c63fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)