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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ?簒??簒?E | 001111111001100111010011001111110011111110011001110100110011111101000101 | 3f99d33f3f99d33f45 |
EUC-JP | ?簒??簒堧E | 0011111111010010110101010011111100111111110100101101010110001111101110001010100001000101 | 3fd2d53f3fd2d58fb8a845 |
UTF-8 | 뤴簒曆뤴簒堧E | 11101011101001001011010011100111101100001001001011101111101001101000101111101011101001001011010011100111101100001001001011100101101000001010011101000101 | eba4b4e7b092efa68beba4b4e7b092e5a0a745 |
UHC | 뤴簒曆뤴簒堧E | 10001111111000101111001111000010111001101011011110001111111000101111001111000010111001101100000001000101 | 8fe2f3c2e6b78fe2f3c2e6c045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)