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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ウッ」雎ャB | 10110011101011111010001111101000101100011010110001000010 | b3afa3e8b1ac42 |
EUC-JP | ウッ」雎ャB | 1000111010110011100011101010111110001110101000111111000010110011100011101010110001000010 | 8eb38eaf8ea3f0b38eac42 |
UTF-8 | ウッ」雎ャB | 11101111101111011011001111101111101111011010111111101111101111011010001111101001100110111000111011101111101111011010110001000010 | efbdb3efbdafefbda3e99b8eefbdac42 |
UHC | ???雎?B | 00111111001111110011111111101110110100010011111101000010 | 3f3f3feed13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)