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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 汚??汚??B | 100010011001100000111111001111111000100110011000001111110011111101000010 | 89983f3f89983f3f42 |
EUC-JP | 汚?œ汚?œB | 10110001111110000011111110001111101010011100110110110001111110000011111110001111101010011100110101000010 | b1f83f8fa9cdb1f83f8fa9cd42 |
UTF-8 | 汚녺œ汚녺œB | 1110011010110001100110101110101110000101101110101100010110010011111001101011000110011010111010111000010110111010110001011001001101000010 | e6b19aeb85bac593e6b19aeb85bac59342 |
UHC | 汚녺œ汚녺œB | 11100111111111011000011011100111101010011010101111100111111111011000011011100111101010011010101101000010 | e7fd86e7a9abe7fd86e7a9ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)