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 | ???¨ | 00111111001111110011111110101000 | 3f3f3fa8 |
SJIS-WIN | ?輕?¨ | 001111111110011101101010001111111000000101001110 | 3fe76a3f814e |
EUC-JP | 沅輕?¨ | 1000111111000110111010011110110111001011001111111010000110101111 | 8fc6e9edcb3fa1af |
UTF-8 | 沅輕렓¨ | 1110011010110010100001011110100010111100100101011110101110100000100100111100001010101000 | e6b285e8bc95eba093c2a8 |
UHC | 沅輕렓¨ | 1110101010110110110011001110111010001110101010001010000110100111 | eab6ccee8ea8a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)