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 | 籖犲籖犲 | 1110001011011101111000001011101011100010110111011110000010111010 | e2dde0bae2dde0ba |
EUC-JP | 籖犲籖犲 | 1110010011011111111000001011110011100100110111111110000010111100 | e4dfe0bce4dfe0bc |
UTF-8 | 籖犲籖犲 | 111001111011000110010110111001111000101010110010111001111011000110010110111001111000101010110010 | e7b196e78ab2e7b196e78ab2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)