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 | 錵衰晋謨 | 1110100001000101100100001000101010010000010101111110011010010101 | e845908a9057e695 |
EUC-JP | 錵衰晋謨 | 1110111110100110101111111110101010111111101110001110101111110101 | efa6bfeabfb8ebf5 |
UTF-8 | 錵衰晋謨 | 111010011000110010110101111010001010000110110000111001101001100110001011111010001010110010101000 | e98cb5e8a1b0e6998be8aca8 |
UHC | ?衰晋謨 | 00111111111000011111000111110010110011001101100111001000 | 3fe1f1f2ccd9c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)