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 | 蔕翫げ郤緒襲 | 111001001111011010001010111000111000001010110000111001111011101010001111100011111000111101010000 | e4f68ae382b0e7ba8f8f8f50 |
EUC-JP | 蔕翫げ郤緒襲 | 111010001111100010110100111001011010010010110010111011101011110010111101111011111011110110110001 | e8f8b4e5a4b2eebcbdefbdb1 |
UTF-8 | 蔕翫げ郤緒襲 | 111010001001010010010101111001111011111110101011111000111000000110010010111010011000001110100100111001111011011110010010111010001010010110110010 | e89495e7bfabe38192e983a4e7b792e8a5b2 |
UHC | ?翫げ??襲 | 001111111110100011010001101010101011001000111111001111111110001110101001 | 3fe8d1aab23f3fe3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)