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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 息淡蔵卒\ | 100100011010011110010010010101111001000110100000100100011011001001011100 | 91a7925791a091b25c |
EUC-JP | 息淡蔵卒\ | 110000101010100111000011101110001100001010100010110000101011010001011100 | c2a9c3b8c2a2c2b45c |
UTF-8 | 息淡蔵卒\ | 11100110100000011010111111100110101101111010000111101000100101001011010111100101100011011001001001011100 | e681afe6b7a1e894b5e58d925c |
UHC | 息淡?卒\ | 1110001111010011110100111011111100111111111100001110111101011100 | e3d3d3bf3ff0ef5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)