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 | 驍ょ雀蠖ー | 111010011000001010000010111001011001000010011101111001011011110110110000 | e98282e5909de5bdb0 |
EUC-JP | 驍ょ雀蠖ー | 11110001111000101010010011100111101111111111110111101010101111111000111010110000 | f1e2a4e7bffdeabf8eb0 |
UTF-8 | 驍ょ雀蠖ー | 111010011010100110001101111000111000001010000111111010011001101110000000111010001010000010010110111011111011110110110000 | e9a98de38287e99b80e8a096efbdb0 |
UHC | 驍ょ雀?? | 1111110110100100101010101110011111101101110011010011111100111111 | fda4aae7edcd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)