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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 驍ゑスエE | 11101001100000101000001011101111101111011011010001000101 | e98282efbdb445 |
EUC-JP | 驍ゑスエE | 111100011110001010100100111100011000111010111101100011101011010001000101 | f1e2a4f18ebd8eb445 |
UTF-8 | 驍ゑスエE | 11101001101010011000110111100011100000101001000111101111101111011011110111101111101111011011010001000101 | e9a98de38291efbdbdefbdb445 |
UHC | 驍ゑ??E | 11111101101001001010101011110001001111110011111101000101 | fda4aaf13f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)