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 | 痾咤髴哭 | 1110000101111101100110100100001011101001100111001001101001001100 | e17d9a42e99c9a4c |
EUC-JP | 痾咤髴哭 | 1110000111011110110100111010001111110001111111001101001110101101 | e1ded3a3f1fcd3ad |
UTF-8 | 痾咤髴哭 | 111001111001011110111110111001011001001010100100111010011010101110110100111001011001001110101101 | e797bee592a4e9abb4e593ad |
UHC | ?咤?哭 | 001111111111011011100011001111111100110111010110 | 3ff6e33fcdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)