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 | 諱ッ貂ャ髏 | 1110011010000001101011111110011010111000101011001110100110010000 | e681afe6b8ace990 |
EUC-JP | 諱ッ貂ャ髏 | 11101011111000011000111010101111111011001011101010001110101011001111000111110000 | ebe18eafecba8eacf1f0 |
UTF-8 | 諱ッ貂ャ髏 | 111010001010101110110001111011111011110110101111111010001011001010000010111011111011110110101100111010011010101110001111 | e8abb1efbdafe8b282efbdace9ab8f |
UHC | 諱?貂?? | 11111101110010010011111111110101101100000011111100111111 | fdc93ff5b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)