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 | 蔕翫げ鐔緒襲 | 111001001111011010001010111000111000001010110000111010000101110010001111100011111000111101010000 | e4f68ae382b0e85c8f8f8f50 |
EUC-JP | 蔕翫げ鐔緒襲 | 111010001111100010110100111001011010010010110010111011111011110110111101111011111011110110110001 | e8f8b4e5a4b2efbdbdefbdb1 |
UTF-8 | 蔕翫げ鐔緒襲 | 111010001001010010010101111001111011111110101011111000111000000110010010111010011001000010010100111001111011011110010010111010001010010110110010 | e89495e7bfabe38192e99094e7b792e8a5b2 |
UHC | ?翫げ??襲 | 001111111110100011010001101010101011001000111111001111111110001110101001 | 3fe8d1aab23f3fe3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)