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 | òï°ã | 111100101110111110001110101100001000111111100011 | f2ef8eb08fe3 |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | òï?°?ã | 10001111101010111101001010001111101010111100000100111111101000011110101100111111100011111010101110101010 | 8fabd28fabc13fa1eb3f8fabaa |
UTF-8 | òï°ã | 110000111011001011000011101011111100001010001110110000101011000011000010100011111100001110100011 | c3b2c3afc28ec2b0c28fc3a3 |
UHC | ???°?? | 00111111001111110011111110100001110001100011111100111111 | 3f3f3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)