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 | ??凋裸 | 001111110011111110010010100111001001011110000111 | 3f3f929c9787 |
EUC-JP | ??凋裸 | 001111110011111111000011111111001100110111100111 | 3f3fc3fccde7 |
UTF-8 | 罹렖凋裸 | 111011111010011110100110111010111010000010010110111001011000011110001011111010001010001110111000 | efa7a6eba096e5878be8a3b8 |
UHC | 罹렖凋裸 | 1110110010111010100011101010101111110000101111011101010110100011 | ecba8eabf0bdd5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)