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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???域? | 001111110011111100111111100010001110011000111111 | 3f3f3f88e63f |
EUC-JP | ???域? | 001111110011111100111111101100001110100000111111 | 3f3f3fb0e83f |
UTF-8 | 隸믤쪛域⒵ | 111011111010011010111000111010111010111110100100111011001010101010011011111001011001111110011111111000101001001010110101 | efa6b8ebafa4ecaa9be59f9fe292b5 |
UHC | 隸믤쪛域⒵ | 11100111111001101001001011100110101001011001010011100110101101001010100111100110 | e7e692e6a594e6b4a9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)