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 | ?????Ⅲ | 00111111001111110011111100111111001111111000011101010110 | 3f3f3f3f3f8756 |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 琉뗩뒅銳띿Ⅲ | 111011111010011110001100111010111001011110101001111010111001001010000101111010011000101010110011111010111001110110111111111000101000010110100010 | efa78ceb97a9eb9285e98ab3eb9dbfe285a2 |
UHC | 琉뗩뒅銳띿Ⅲ | 111010111010010010001011111010011000101010000011111001111110010110001101111011001010010110110010 | eba48be98a83e7e58deca5b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)