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 | 魄ア霎枸 | 11101001101011101011000111101000101111101001111001101101 | e9aeb1e8be9e6d |
EUC-JP | 魄ア霎枸 | 1111001010110000100011101011000111110000110000001101101111001110 | f2b08eb1f0c0dbce |
UTF-8 | 魄ア霎枸 | 111010011010110110000100111011111011110110110001111010011001110010001110111001101001111010111000 | e9ad84efbdb1e99c8ee69eb8 |
UHC | 魄??枸 | 110110111101111000111111001111111100111110101110 | dbde3f3fcfae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)