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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ゙雉ャ\ | 1101111011101000101100111010110001011100 | dee8b3ac5c |
EUC-JP | ゙雉ャ\ | 10001110110111101111000010110101100011101010110001011100 | 8edef0b58eac5c |
UTF-8 | ゙雉ャ\ | 11101111101111101001111011101001100110111000100111101111101111011010110001011100 | efbe9ee99b89efbdac5c |
UHC | ?雉?\ | 0011111111110110110010110011111101011100 | 3ff6cb3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)