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 | ?BU | 001111110100001001010101 | 3f4255 |
SJIS-WIN | 弔BU | 10010010101000100100001001010101 | 92a24255 |
EUC-JP | 弔BU | 11000100101001000100001001010101 | c4a44255 |
UTF-8 | 弔BU | 1110010110111100100101000100001001010101 | e5bc944255 |
UHC | 弔BU | 11110000110000000100001001010101 | f0c04255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)