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 | ò·Úí¥à\ | 11110010101101111101101011101101101001011110000001011100 | f2b7daeda5e05c |
SJIS-WIN | ????¥?\ | 0011111100111111001111110011111110000001100011110011111101011100 | 3f3f3f3f818f3f5c |
EUC-JP | ò?Úí?à\ | 100011111010101111010010001111111000111110101010111000101000111110101011101111110011111110001111101010111010001001011100 | 8fabd23f8faae28fabbf3f8faba25c |
UTF-8 | ò·Úí¥à\ | 11000011101100101100001010110111110000111001101011000011101011011100001010100101110000111010000001011100 | c3b2c2b7c39ac3adc2a5c3a05c |
UHC | ?·????\ | 0011111110100001101001000011111100111111001111110011111101011100 | 3fa1a43f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)