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 | 闇λ?眷 | 10001000110001011000001111001001001111111110000111000101 | 88c583c93fe1c5 |
EUC-JP | 闇λ?眷 | 10110000110001111010011011001011001111111110001011000111 | b0c7a6cb3fe2c7 |
UTF-8 | 闇λㅇ眷 | 1110100110010111100001111100111010111011111000111000010110000111111001111001110010110111 | e99787cebbe38587e79cb7 |
UHC | 闇λㅇ眷 | 1110010011100001101001011110101110100100101101111100111111101111 | e4e1a5eba4b7cfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)