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 | ú¬±ú® | 111110101010110010001110101100011111101010101110 | faac8eb1faae |
SJIS-WIN | ?¬?±?? | 0011111110000001110010100011111110000001011111010011111100111111 | 3f81ca3f817d3f3f |
EUC-JP | ú¬?±ú® | 1000111110101011111000101010001011001100001111111010000111011110100011111010101111100010100011111010001011101110 | 8fabe2a2cc3fa1de8fabe28fa2ee |
UTF-8 | ú¬±ú® | 110000111011101011000010101011001100001010001110110000101011000111000011101110101100001010101110 | c3bac2acc28ec2b1c3bac2ae |
UHC | ???±?® | 0011111100111111001111111010000110111110001111111010001011100111 | 3f3f3fa1be3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)