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 | ¶éý | 100111101011011010001001100111011110100111111101 | 9eb6899de9fd |
SJIS-WIN | ?¶???? | 00111111100000011111011100111111001111110011111100111111 | 3f81f73f3f3f3f |
EUC-JP | ?¶??éý | 0011111110100010111110010011111100111111100011111010101110110001100011111010101111110010 | 3fa2f93f3f8fabb18fabf2 |
UTF-8 | ¶éý | 110000101001111011000010101101101100001010001001110000101001110111000011101010011100001110111101 | c29ec2b6c289c29dc3a9c3bd |
UHC | ?¶???? | 00111111101000101101001000111111001111110011111100111111 | 3fa2d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)