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肚 | 111001001101110110001011111011011000111101001110010001101110001111101010 | e4dd8bed8f4e46e3ea |
EUC-JP | 萬駈蒐F肚 | 111010001101111110110110111011111011110110101111010001101110011011101100 | e8dfb6efbdaf46e6ec |
UTF-8 | 萬駈蒐F肚 | 11101000100100001010110011101001101001111000100011101000100100101001000001000110111010001000001010011010 | e890ace9a788e8929046e8829a |
UHC | 萬?蒐F? | 11011000101111110011111111100010101111010100011000111111 | d8bf3fe2bd463f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)