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 | 酌屡篠樟 | 1000111011011110100011101100011010001110110000101000111110111110 | 8ede8ec68ec28fbe |
EUC-JP | 酌屡篠樟 | 1011110011100000101111001100100010111100110001001011111011000000 | bce0bcc8bcc4bec0 |
UTF-8 | 酌屡篠樟 | 111010011000010110001100111001011011000110100001111001111010111110100000111001101010100010011111 | e9858ce5b1a1e7afa0e6a89f |
UHC | 酌?篠樟 | 11101101110011000011111111100001110001101110110111101001 | edcc3fe1c6ede9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)