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 | ·x·x^ | 100101101011011110011001011110001001011010110111100110010111100001011110 | 96b7997896b799785e |
SJIS-WIN | ???x???x^ | 001111110011111100111111011110000011111100111111001111110111100001011110 | 3f3f3f783f3f3f785e |
EUC-JP | ???x???x^ | 001111110011111100111111011110000011111100111111001111110111100001011110 | 3f3f3f783f3f3f785e |
UTF-8 | ·x·x^ | 110000101001011011000010101101111100001010011001011110001100001010010110110000101011011111000010100110010111100001011110 | c296c2b7c29978c296c2b7c299785e |
UHC | ?·?x?·?x^ | 0011111110100001101001000011111101111000001111111010000110100100001111110111100001011110 | 3fa1a43f783fa1a43f785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)