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 | ???G? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
SJIS-WIN | 萬駈蒐G茉 | 111001001101110110001011111011011000111101001110010001111110010010011101 | e4dd8bed8f4e47e49d |
EUC-JP | 萬駈蒐G茉 | 111010001101111110110110111011111011110110101111010001111110011111111101 | e8dfb6efbdaf47e7fd |
UTF-8 | 萬駈蒐G茉 | 11101000100100001010110011101001101001111000100011101000100100101001000001000111111010001000110010001001 | e890ace9a788e8929047e88c89 |
UHC | 萬?蒐G茉 | 1101100010111111001111111110001010111101010001111101100011001001 | d8bf3fe2bd47d8c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)