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 | ???F? | 0011111100111111001111110100011000111111 | 3f3f3f463f |
SJIS-WIN | 萬駈蒐F芟 | 111001001101110110001011111011011000111101001110010001101110010010001100 | e4dd8bed8f4e46e48c |
EUC-JP | 萬駈蒐F芟 | 111010001101111110110110111011111011110110101111010001101110011111101100 | e8dfb6efbdaf46e7ec |
UTF-8 | 萬駈蒐F芟 | 11101000100100001010110011101001101001111000100011101000100100101001000001000110111010001000101010011111 | e890ace9a788e8929046e88a9f |
UHC | 萬?蒐F芟 | 1101100010111111001111111110001010111101010001101101111110110111 | d8bf3fe2bd46dfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)