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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逕ャ窶イ | 111001111001010010101100111000101000000010110010 | e794ace280b2 |
EUC-JP | 逕ャ窶イ | 1110110111110100100011101010110011100011111000001000111010110010 | edf48eace3e08eb2 |
UTF-8 | 逕ャ窶イ | 111010011000000010010101111011111011110110101100111001111010101010110110111011111011110110110010 | e98095efbdace7aab6efbdb2 |
UHC | 逕??? | 1100110011101111001111110011111100111111 | ccef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)