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 | 蔕翫げ郤緒州 | 111001001111011010001010111000111000001010110000111001111011101010001111100011111000111101000010 | e4f68ae382b0e7ba8f8f8f42 |
EUC-JP | 蔕翫げ郤緒州 | 111010001111100010110100111001011010010010110010111011101011110010111101111011111011110110100011 | e8f8b4e5a4b2eebcbdefbda3 |
UTF-8 | 蔕翫げ郤緒州 | 111010001001010010010101111001111011111110101011111000111000000110010010111010011000001110100100111001111011011110010010111001011011011110011110 | e89495e7bfabe38192e983a4e7b792e5b79e |
UHC | ?翫げ??州 | 001111111110100011010001101010101011001000111111001111111111000110110110 | 3fe8d1aab23f3ff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)