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 | 10010111111101001110001011100101111001111010011101000010 | 97f4e2e5e7a742 |
EUC-JP | 裂粢遘B | 11001110111101101110010011100111111011101010100101000010 | cef6e4e7eea942 |
UTF-8 | 裂粢遘B | 11101000101000111000001011100111101100101010001011101001100000011001100001000010 | e8a382e7b2a2e9819842 |
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)