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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 膠瀘}膠瀘{^ | 1110010001010000111000000110110101111101111001000101000011100000011011010111101101011110 | e450e06d7de450e06d7b5e |
EUC-JP | 膠瀘}膠瀘{^ | 1110011110110001110111111100111001111101111001111011000111011111110011100111101101011110 | e7b1dfce7de7b1dfce7b5e |
UTF-8 | 膠瀘}膠瀘{^ | 111010001000011010100000111001111000000010011000011111011110100010000110101000001110011110000000100110000111101101011110 | e886a0e780987de886a0e780987b5e |
UHC | 膠瀘}膠瀘{^ | 1100111011101111110101101101001001111101110011101110111111010110110100100111101101011110 | ceefd6d27dceefd6d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)