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 | YZ | 100100100101100110010010010110101001000110011111 | 9259925a919f |
SJIS-WIN | ?Y?Z?? | 001111110101100100111111010110100011111100111111 | 3f593f5a3f3f |
EUC-JP | ?Y?Z?? | 001111110101100100111111010110100011111100111111 | 3f593f5a3f3f |
UTF-8 | YZ | 11000010100100100101100111000010100100100101101011000010100100011100001010011111 | c29259c2925ac291c29f |
UHC | ?Y?Z?? | 001111110101100100111111010110100011111100111111 | 3f593f5a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)