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 | 迺「貉ソ隰 | 1110011110010010101000101110011010111001101111111110100010101100 | e792a2e6b9bfe8ac |
EUC-JP | 迺「貉ソ隰 | 11101101111100101000111010100010111011001011101110001110101111111111000010101110 | edf28ea2ecbb8ebff0ae |
UTF-8 | 迺「貉ソ隰 | 111010001011111110111010111011111011110110100010111010001011001010001001111011111011110110111111111010011001101010110000 | e8bfbaefbda2e8b289efbdbfe99ab0 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)