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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 裂繚遘B | 10010111111101001110001110000111111001111010011101000010 | 97f4e387e7a742 |
EUC-JP | 裂繚遘B | 11001110111101101110010111100111111011101010100101000010 | cef6e5e7eea942 |
UTF-8 | 裂繚遘B | 11101000101000111000001011100111101110011001101011101001100000011001100001000010 | e8a382e7b99ae9819842 |
UHC | 裂??B | 1101011010101110001111110011111101000010 | d6ae3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)