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 | ??「??? | 00111111001111111000000101110101001111110011111100111111 | 3f3f81753f3f3f |
EUC-JP | ??「??? | 00111111001111111010000111010110001111110011111100111111 | 3f3fa1d63f3f3f |
UTF-8 | 琉됰「銳띿찄 | 111011111010011110001100111010111001000010110000111000111000000010001100111010011000101010110011111010111001110110111111111011001011000010000100 | efa78ceb90b0e3808ce98ab3eb9dbfecb084 |
UHC | 琉됰「銳띿찄 | 111010111010010010001001111010111010000110111000111001111110010110001101111011001010100110001000 | eba489eba1b8e7e58deca988 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)