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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訊??瀛?? | 1001000001110101001111110011111111100000011010010011111100111111 | 90753f3fe0693f3f |
EUC-JP | 訊??瀛?? | 1011111111010110001111110011111111011111110010100011111100111111 | bfd63f3fdfca3f3f |
UTF-8 | 訊뤵댏瀛롰뢑 | 111010001010100010001010111010111010010010110101111010111000110010001111111001111000000010011011111010111010000110110000111010111010001010010001 | e8a88aeba4b5eb8c8fe7809beba1b0eba291 |
UHC | 訊뤵댏瀛롰뢑 | 111000111111001010001111111000111000100010111000111001111011101010001110111011011000111101001100 | e3f28fe388b8e7ba8eed8f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)