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 | 蜚ッ轤種 | 11100101100101001010111111100111100000101000111011101101 | e594afe7828eed |
EUC-JP | 蜚ッ轤種 | 1110100111110100100011101010111111101101111000101011110011101111 | e9f48eafede2bcef |
UTF-8 | 蜚ッ轤種 | 111010001001110010011010111011111011110110101111111010001011110110100100111001111010100010101110 | e89c9aefbdafe8bda4e7a8ae |
UHC | 蜚??種 | 110111101010010000111111001111111111000011111010 | dea43f3ff0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)