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 | 豁ェ繧狩京陂 | 1110011010101101101010101110001110000010100011101110101110001011100111101110100010011000 | e6adaae3828eeb8b9ee898 |
EUC-JP | 豁ェ繧狩京陂 | 111011001010111110001110101010101110010111100010101111001110110110110101111111101110111111111000 | ecaf8eaae5e2bcedb5feeff8 |
UTF-8 | 豁ェ繧狩京陂 | 111010001011000110000001111011111011110110101010111001111011100110100111111001111000101110101001111001001011101010101100111010011001100110000010 | e8b181efbdaae7b9a7e78ba9e4baace99982 |
UHC | 豁??狩京陂 | 11111100110000110011111100111111111000101010110111001100110010001111100110101110 | fcc33f3fe2adccc8f9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)