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 | ù¥°ú³ | 111110011010010110001110101100001111101010110011 | f9a58eb0fab3 |
SJIS-WIN | ?¥?°?? | 0011111110000001100011110011111110000001100010110011111100111111 | 3f818f3f818b3f3f |
EUC-JP | ù??°ú? | 1000111110101011111000110011111100111111101000011110101110001111101010111110001000111111 | 8fabe33f3fa1eb8fabe23f |
UTF-8 | ù¥°ú³ | 110000111011100111000010101001011100001010001110110000101011000011000011101110101100001010110011 | c3b9c2a5c28ec2b0c3bac2b3 |
UHC | ???°?³ | 0011111100111111001111111010000111000110001111111010100111111000 | 3f3f3fa1c63fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)