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 | ú¬®ú®¾ | 1111101010101100100011101010111011111010101011101000111010111110 | faac8eaefaae8ebe |
SJIS-WIN | ?¬?????? | 001111111000000111001010001111110011111100111111001111110011111100111111 | 3f81ca3f3f3f3f3f3f |
EUC-JP | ú¬?®ú®?? | 1000111110101011111000101010001011001100001111111000111110100010111011101000111110101011111000101000111110100010111011100011111100111111 | 8fabe2a2cc3f8fa2ee8fabe28fa2ee3f3f |
UTF-8 | ú¬®ú®¾ | 11000011101110101100001010101100110000101000111011000010101011101100001110111010110000101010111011000010100011101100001010111110 | c3bac2acc28ec2aec3bac2aec28ec2be |
UHC | ???®?®?¾ | 0011111100111111001111111010001011100111001111111010001011100111001111111010100011111010 | 3f3f3fa2e73fa2e73fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)