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 | 哭齏哺陽 | 1001101001001100111010001110101110011010010011011001011101111010 | 9a4ce8eb9a4d977a |
EUC-JP | 哭齏哺陽 | 1101001110101101111100001110110111010011101011101100110111011011 | d3adf0edd3aecddb |
UTF-8 | 哭齏哺陽 | 111001011001001110101101111010011011110110001111111001011001001110111010111010011001100110111101 | e593ade9bd8fe593bae999bd |
UHC | 哭?哺陽 | 11001101110101100011111111111000110101001110010111010101 | cdd63ff8d4e5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)