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 | Y·z | 10001111010110011001110010110111100011111001101101111010 | 8f599cb78f9b7a |
SJIS-WIN | ?Y????z | 00111111010110010011111100111111001111110011111101111010 | 3f593f3f3f3f7a |
EUC-JP | ?Y????z | 00111111010110010011111100111111001111110011111101111010 | 3f593f3f3f3f7a |
UTF-8 | Y·z | 110000101000111101011001110000101001110011000010101101111100001010001111110000101001101101111010 | c28f59c29cc2b7c28fc29b7a |
UHC | ?Y?·??z | 0011111101011001001111111010000110100100001111110011111101111010 | 3f593fa1a43f3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)