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 | 逡「遽ゥホオ | 1110011110010101101000101110011110101111101010011100111010110101 | e795a2e7afa9ceb5 |
EUC-JP | 逡「遽ゥホオ | 111011011111010110001110101000101110111010110001100011101010100110001110110011101000111010110101 | edf58ea2eeb18ea98ece8eb5 |
UTF-8 | 逡「遽ゥホオ | 111010011000000010100001111011111011110110100010111010011000000110111101111011111011110110101001111011111011111010001110111011111011110110110101 | e980a1efbda2e981bdefbda9efbe8eefbdb5 |
UHC | 逡?遽??? | 1111000111100100001111111100101111101000001111110011111100111111 | f1e43fcbe83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)