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 | 罧衰下瘋 | 1110001110101100100100001000101010001001101110101110000110000110 | e3ac908a89bae186 |
EUC-JP | 罧衰下瘋 | 1110011010101110101111111110101010110010101111001110000111100110 | e6aebfeab2bce1e6 |
UTF-8 | 罧衰下瘋 | 111001111011110110100111111010001010000110110000111001001011100010001011111001111001100010001011 | e7bda7e8a1b0e4b88be7988b |
UHC | ?衰下? | 001111111110000111110001111110011011101100111111 | 3fe1f1f9bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)