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 | ???違? | 001111110011111100111111100010001110000100111111 | 3f3f3f88e13f |
EUC-JP | ???違? | 001111110011111100111111101100001110001100111111 | 3f3f3fb0e33f |
UTF-8 | 銳잙돊違잹 | 111010011000101010110011111011001001111010011001111010111000111110001010111010011000000110010101111011001001111010111001 | e98ab3ec9e99eb8f8ae98195ec9eb9 |
UHC | 銳잙돊違잹 | 11100111111001011001111111101011100010011001101011101010110111101010000001000010 | e7e59feb899aeadea042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)