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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羯悟更錵 | 1110001110111001100011001110010110001101010110001110100001000101 | e3b98ce58d58e845 |
EUC-JP | 羯悟更錵 | 1110011010111011101110001110011110111001101110011110111110100110 | e6bbb8e7b9b9efa6 |
UTF-8 | 羯悟更錵 | 111001111011111010101111111001101000001010011111111001101001101110110100111010011000110010110101 | e7beafe6829fe69bb4e98cb5 |
UHC | ?悟更? | 001111111110011111110110110011001101101000111111 | 3fe7f6ccda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)