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 | 蜈??懿 | 111001011000010100111111001111111001110011110010 | e5853f3f9cf2 |
EUC-JP | 蜈??懿 | 111010011110010100111111001111111101100011110100 | e9e53f3fd8f4 |
UTF-8 | 蜈꾩넡懿 | 111010001001110010001000111010101011111010101001111010111000010010100001111001101000011110111111 | e89c88eabea9eb84a1e687bf |
UHC | 蜈꾩넡懿 | 1110100010100101100001001110110010000110101001011110101111110011 | e8a584ec86a5ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)