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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雖芽負 | 111001011010101110001001111010001001010110001001 | e5ab89e89589 |
EUC-JP | 雖芽負 | 111010101010110110110010111010101100100111101001 | eaadb2eac9e9 |
UTF-8 | 雖芽負 | 111010011001101110010110111010001000101010111101111010001011001010100000 | e99b96e88abde8b2a0 |
UHC | 雖芽負 | 111000101100110011100100101101001101110110110110 | e2cce4b4ddb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)