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 | Û¹° | 100011101101101110001110101110011000111010110000 | 8edb8eb98eb0 |
SJIS-WIN | ?????° | 00111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f818b |
EUC-JP | ?Û???° | 001111111000111110101010111001010011111100111111001111111010000111101011 | 3f8faae53f3f3fa1eb |
UTF-8 | Û¹° | 110000101000111011000011100110111100001010001110110000101011100111000010100011101100001010110000 | c28ec39bc28ec2b9c28ec2b0 |
UHC | ???¹?° | 0011111100111111001111111010100111110110001111111010000111000110 | 3f3f3fa9f63fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)