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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???夷? | 001111110011111100111111100010001100111000111111 | 3f3f3f88ce3f |
EUC-JP | ???夷? | 001111110011111100111111101100001101000000111111 | 3f3f3fb0d03f |
UTF-8 | 李얠쮰夷됲 | 111011111010011110100001111011001001011010100000111011001010111010110000111001011010010010110111111010111001000010110010 | efa7a1ec96a0ecaeb0e5a4b7eb90b2 |
UHC | 李얠쮰夷됲 | 11101100101100001011111011101100101010001000110111101100101010001000100111101101 | ecb0beeca88deca889ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)