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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貅ソ雖蛾刊 | 111001101011101010111111111001011010101110001001111010011000101010100111 | e6babfe5ab89e98aa7 |
EUC-JP | 貅ソ雖蛾刊 | 11101100101111001000111010111111111010101010110110110010111010111011010010101001 | ecbc8ebfeaadb2ebb4a9 |
UTF-8 | 貅ソ雖蛾刊 | 111010001011001010000101111011111011110110111111111010011001101110010110111010001001101110111110111001011000100010001010 | e8b285efbdbfe99b96e89bbee5888a |
UHC | ??雖蛾刊 | 0011111100111111111000101100110011100100101101101100101011001010 | 3f3fe2cce4b6caca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)