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 | ???哀? | 001111110011111100111111100010001010001100111111 | 3f3f3f88a33f |
EUC-JP | ???哀? | 001111110011111100111111101100001010010100111111 | 3f3f3fb0a53f |
UTF-8 | 銳잍짂哀껧 | 111010011000101010110011111011001001111010001101111011001010011110000010111001011001001110000000111010101011101110100111 | e98ab3ec9e8deca782e59380eabba7 |
UHC | 銳잍짂哀껧 | 11100111111001011001111111100110101000111001001011100100111011101000010001000010 | e7e59fe6a392e4ee8442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)