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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竺遙シ | 11110000101001001000111010110001111010101010000110111100 | f0a48eb1eaa1bc |
EUC-JP | ?竺遙シ | 00111111101111001011001111110100101000111000111010111100 | 3fbcb3f4a38ebc |
UTF-8 | 竺遙シ | 111011101000000110100011111001111010101110111010111010011000000110011001111011111011110110111100 | ee81a3e7abbae98199efbdbc |
UHC | ?竺遙? | 001111111111010111100111111010011010101100111111 | 3ff5e7e9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)