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 | 釈疾上ソ\ | 1000111011011111100011101011111010001111111000111011111101011100 | 8edf8ebe8fe3bf5c |
EUC-JP | 釈疾上ソ\ | 101111001110000110111100110000001011111011100101100011101011111101011100 | bce1bcc0bee58ebf5c |
UTF-8 | 釈疾上ソ\ | 11101001100001111000100011100111100101101011111011100100101110001000101011101111101111011011111101011100 | e98788e796bee4b88aefbdbf5c |
UHC | ?疾上?\ | 00111111111100101111000011011111101111100011111101011100 | 3ff2f0dfbe3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)