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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陦碕セ・峵妝 | 11101000101000011000110111101010101111101010010111111010101011101001101101000010 | e8a18deabea5faae9b42 |
EUC-JP | 陦碕セ・?妝 | 1111000010100011101110101110110010001110101111101000111010100101001111111101010110100011 | f0a3baec8ebe8ea53fd5a3 |
UTF-8 | 陦碕セ・峵妝 | 111010011001100110100110111001111010001010010101111011111011110110111110111011111011110110100101111001011011001110110101111001011010011010011101 | e999a6e7a295efbdbeefbda5e5b3b5e5a69d |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)