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 | úµ°ú¶¼ | 1111101010110101100011101011000011111010101101101000111010111100 | fab58eb0fab68ebc |
SJIS-WIN | ???°?¶?? | 00111111001111110011111110000001100010110011111110000001111101110011111100111111 | 3f3f3f818b3f81f73f3f |
EUC-JP | ú??°ú¶?? | 1000111110101011111000100011111100111111101000011110101110001111101010111110001010100010111110010011111100111111 | 8fabe23f3fa1eb8fabe2a2f93f3f |
UTF-8 | úµ°ú¶¼ | 11000011101110101100001010110101110000101000111011000010101100001100001110111010110000101011011011000010100011101100001010111100 | c3bac2b5c28ec2b0c3bac2b6c28ec2bc |
UHC | ???°?¶?¼ | 0011111100111111001111111010000111000110001111111010001011010010001111111010100011111001 | 3f3f3fa1c63fa2d23fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)