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 | 迺オ竊庭承 | 111001111001001010110101111000101000011010010010111010111000111110110011 | e792b5e28692eb8fb3 |
EUC-JP | 迺オ竊庭承 | 11101101111100101000111010110101111000111110011011000100111011011011111010110101 | edf28eb5e3e6c4edbeb5 |
UTF-8 | 迺オ竊庭承 | 111010001011111110111010111011111011110110110101111001111010101110001010111001011011101010101101111001101000100110111111 | e8bfbaefbdb5e7ab8ae5baade689bf |
UHC | ??竊庭承 | 0011111100111111111011111011110011101111110101001110001110101111 | 3f3fefbcefd4e3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)