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 | ヲモイ雋ウ | 1111000010101010101001101101001110110010111010001011001010110011 | f0aaa6d3b2e8b2b3 |
EUC-JP | ?ヲモイ雋ウ | 0011111110001110101001101000111011010011100011101011001011110000101101001000111010110011 | 3f8ea68ed38eb2f0b48eb3 |
UTF-8 | ヲモイ雋ウ | 111011101000000110101001111011111011110110100110111011111011111010010011111011111011110110110010111010011001101110001011111011111011110110110011 | ee81a9efbda6efbe93efbdb2e99b8befbdb3 |
UHC | ????雋? | 00111111001111110011111100111111111100011110011000111111 | 3f3f3f3ff1e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)