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 | êóºòµ° | 1110101011110011100011101011101011110010101101011000111010110000 | eaf38ebaf2b58eb0 |
SJIS-WIN | ???????° | 001111110011111100111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f3f3f818b |
EUC-JP | êó?ºò??° | 1000111110101011101101001000111110101011110100010011111110001111101000101110101110001111101010111101001000111111001111111010000111101011 | 8fabb48fabd13f8fa2eb8fabd23f3fa1eb |
UTF-8 | êóºòµ° | 11000011101010101100001110110011110000101000111011000010101110101100001110110010110000101011010111000010100011101100001010110000 | c3aac3b3c28ec2bac3b2c2b5c28ec2b0 |
UHC | ???º???° | 00111111001111110011111110101000101011000011111100111111001111111010000111000110 | 3f3f3fa8ac3f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)