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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 萬駈蒐A芻 | 111001001101110110001011111011011000111101001110010000011110010010001101 | e4dd8bed8f4e41e48d |
EUC-JP | 萬駈蒐A芻 | 111010001101111110110110111011111011110110101111010000011110011111101101 | e8dfb6efbdaf41e7ed |
UTF-8 | 萬駈蒐A芻 | 11101000100100001010110011101001101001111000100011101000100100101001000001000001111010001000101010111011 | e890ace9a788e8929041e88abb |
UHC | 萬?蒐A芻 | 1101100010111111001111111110001010111101010000011111010111010110 | d8bf3fe2bd41f5d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)