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 | HRE¯ | 1001001001001000100100100101001010010010010001011001000110101111 | 92489252924591af |
SJIS-WIN | ?H?R?E?? | 0011111101001000001111110101001000111111010001010011111100111111 | 3f483f523f453f3f |
EUC-JP | ?H?R?E?¯ | 00111111010010000011111101010010001111110100010100111111100011111010001010110100 | 3f483f523f453f8fa2b4 |
UTF-8 | HRE¯ | 11000010100100100100100011000010100100100101001011000010100100100100010111000010100100011100001010101111 | c29248c29252c29245c291c2af |
UHC | ?H?R?E?? | 0011111101001000001111110101001000111111010001010011111100111111 | 3f483f523f453f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)