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 | E·½Z | 10010010010001011001000110110111100100011011110110010010010110101001000110011111 | 924591b791bd925a919f |
SJIS-WIN | ?E?????Z?? | 00111111010001010011111100111111001111110011111100111111010110100011111100111111 | 3f453f3f3f3f3f5a3f3f |
EUC-JP | ?E?????Z?? | 00111111010001010011111100111111001111110011111100111111010110100011111100111111 | 3f453f3f3f3f3f5a3f3f |
UTF-8 | E·½Z | 110000101001001001000101110000101001000111000010101101111100001010010001110000101011110111000010100100100101101011000010100100011100001010011111 | c29245c291c2b7c291c2bdc2925ac291c29f |
UHC | ?E?·?½?Z?? | 001111110100010100111111101000011010010000111111101010001111011000111111010110100011111100111111 | 3f453fa1a43fa8f63f5a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)