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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螢ッ逑ョ | 111001011010001110101111111001111001001110101110 | e5a3afe793ae |
EUC-JP | 螢ッ逑ョ | 1110101010100101100011101010111111101101111100111000111010101110 | eaa58eafedf38eae |
UTF-8 | 螢ッ逑ョ | 111010001001111010100010111011111011110110101111111010011000000010010001111011111011110110101110 | e89ea2efbdafe98091efbdae |
UHC | 螢?逑? | 111110111010101100111111110011111100011100111111 | fbab3fcfc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)