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 | û[°ê¿° | 1111101101011011101100001110101010001110101111111000111010110000 | fb5bb0ea8ebf8eb0 |
SJIS-WIN | ?[°????° | 00111111010110111000000110001011001111110011111100111111001111111000000110001011 | 3f5b818b3f3f3f3f818b |
EUC-JP | û[°ê?¿?° | 10001111101010111110010101011011101000011110101110001111101010111011010000111111100011111010001011000100001111111010000111101011 | 8fabe55ba1eb8fabb43f8fa2c43fa1eb |
UTF-8 | û[°ê¿° | 110000111011101101011011110000101011000011000011101010101100001010001110110000101011111111000010100011101100001010110000 | c3bb5bc2b0c3aac28ec2bfc28ec2b0 |
UHC | ?[°??¿?° | 0011111101011011101000011100011000111111001111111010001010101111001111111010000111000110 | 3f5ba1c63f3fa2af3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)