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 | ¼»¼®¾ | 101111001011101110111100101011101000111010111110 | bcbbbcae8ebe |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???®?? | 0011111100111111001111111000111110100010111011100011111100111111 | 3f3f3f8fa2ee3f3f |
UTF-8 | ¼»¼®¾ | 110000101011110011000010101110111100001010111100110000101010111011000010100011101100001010111110 | c2bcc2bbc2bcc2aec28ec2be |
UHC | ¼?¼®?¾ | 10101000111110010011111110101000111110011010001011100111001111111010100011111010 | a8f93fa8f9a2e73fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)